.NET Framework Class Library for Silverlight
StretchDirection Enumeration
Describes the direction that content is scaled.
Namespace: System.Windows.Controls
Assembly: System.Windows (in System.Windows.dll)
Syntax
Visual Basic (Declaration)
Public Enumeration StretchDirection
C#
public enum StretchDirection
XAML Attribute Usage
<object property="enumMemberName"/>
Members
| Member name | Description | |
|---|---|---|
|
UpOnly | The content scales upward only when it is smaller than the parent. If the content is larger, no scaling downward is performed. |
|
DownOnly | The content scales downward only when it is larger than the parent. If the content is smaller, no scaling upward is performed. |
|
Both | The content stretches to fit the parent according to the Stretch property. |
Version Information
Silverlight
Supported in: 5, 4Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
See Also