Sys.UI.Silverlight.ScaleMode

Specifies how a Silverlight Control scales to the size of the object tag.

Syntax

ScaleMode.Zoom;

Usage

var a = ScaleMode.Zoom;

Members

Member name

Description

None

Specifies that no scaling is performed.

Stretch

Specifies that scaling is performed to fill the host area horizontally and vertically.

Zoom

Specifies that scaling is performed to size the Silverlight content proportionally to fill the host area.

Remarks

This topic is ASP.NET Extensions documentation and is unsupported by Microsoft. Blank topics are included as placeholders and existing content is subject to change in future releases.