Enum GridUnitType
Describes the kind of value that a Windows.UI.Xaml.GridLength object is holding.
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public enum GridUnitType
Fields
Name | Description |
---|---|
Auto | [SECURITY CRITICAL] The size is determined by the size properties of the content object. |
Pixel | [SECURITY CRITICAL] The value is expressed in pixels. |
Star | [SECURITY CRITICAL] The value is expressed as a weighted proportion of available |