StretchDirection Enum
Namespace: Stride.UIAssembly: Stride.UI.dll
Describes how scaling applies to content and restricts scaling to named axis types.
public enum StretchDirection
Fields
Name | Description |
---|---|
Both | The content stretches to fit the parent according to the Stretch mode. |
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. |