StretchDirection
StretchDirection
StretchDirection
StretchDirection
Enum
Definition
Defines constants that specify the direction that content is scaled.
public : enum class StretchDirectionpublic enum StretchDirectionPublic Enum StretchDirection// This API is not available in Javascript.
<object property="enumMemberName"/>
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Both Both Both Both | The content stretches to fit the parent according to the Stretch property. |
| DownOnly DownOnly DownOnly DownOnly | The content scales downward only when it is larger than the parent. If the content is smaller, no scaling upward is performed. |
| UpOnly UpOnly UpOnly UpOnly | The content scales upward only when it is smaller than the parent. If the content is larger, no scaling downward is performed. |