Enum StretchDirection
Describes the direction that content is scaled.
Namespace: System.Windows.Controls
Assembly: OpenSilver.dll
Syntax
public enum StretchDirection
Fields
Name | Description |
---|---|
Both | The content stretches to fit the parent according to the Stretch property. |
DownOnly | The content scales downward only when it is larger than the parent. If the content is smaller, no scaling upward is performed. |
UpOnly | The content scales upward only when it is smaller than the parent. If the content is larger, no scaling downward is performed. |