Click or drag to resize
GridUnitType Enumeration
Describes the kind of value that a Windows.UI.Xaml.GridLength object is holding.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public enum GridUnitType
Members
  Member nameValueDescription
Auto0 [SECURITY CRITICAL] The size is determined by the size properties of the content object.
Pixel1 [SECURITY CRITICAL] The value is expressed in pixels.
Star2 [SECURITY CRITICAL] The value is expressed as a weighted proportion of available
See Also