StretchDirection
StretchDirection
StretchDirection
StretchDirection
Enum
Definition
Defines constants that specify the direction that content is scaled.
public : enum class StretchDirection
enum class winrt::Windows::UI::Xaml::Controls::StretchDirection : int32_t
public enum StretchDirection
Public Enum StretchDirection
<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 | 2 | The content stretches to fit the parent according to the Stretch property. |
DownOnly DownOnly DownOnly DownOnly | 1 | 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 | 0 | The content scales upward only when it is smaller than the parent. If the content is larger, no scaling downward is performed. |
Feedback
Loading feedback...