GridLength.GridUnitType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 GridUnitType 的关联 GridLength。
public:
property Windows::UI::Xaml::GridUnitType GridUnitType { Windows::UI::Xaml::GridUnitType get(); };
public Windows.UI.Xaml.GridUnitType GridUnitType { get; }
member this.GridUnitType : Windows.UI.Xaml.GridUnitType
Public ReadOnly Property GridUnitType As GridUnitType
属性值
枚举值之一。 默认值为 Auto。
注解
此结构表示 Windows 运行时 (WinRT) GridLength
结构的 .NET 投影。 有关详细信息,请参阅 UWP API 参考中的 GridLength 。