StretchDirection Enumeration
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Describes the direction that content is scaled.
Namespace: System.Windows.Controls
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
Public Enumeration StretchDirection
public enum StretchDirection
<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, 4
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.