StripType Enum
Namespace: Stride.UIAssembly: Stride.UI.dll
The different types of strip possible of a grid.
public enum StripType
Fields
Name | Description |
---|---|
Auto | A strip that occupies exactly the size required by its content. |
Fixed | A strip having fixed size expressed in number of virtual pixels. |
Star | A strip that occupies the maximum available size, dispatched among the other stared-size columns. |