GridLength.Value 属性

定义

获取一个 Double,它表示 GridLength 的值。

public:
 property double Value { double get(); };
public double Value { get; }
member this.Value : double
Public ReadOnly Property Value As Double

属性值

当前实例的值。

注解

此结构表示 Windows 运行时 (WinRT) GridLength 结构的 .NET 投影。 有关详细信息,请参阅 UWP API 参考中的 GridLength

适用于