GridLength.Value 属性

定义

获取一个 Double,它表示 GridLength 的值。Gets a Double that represents the value of the GridLength.

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

属性值

Double

当前实例的值。The value of the current instance.

注解

此结构表示 Windows 运行时 (WinRT) 结构的 .NET 投影 GridLengthThis struct represents the .NET projection of the Windows Runtime (WinRT) GridLength struct. 有关详细信息,请参阅 UWP API 参考中的 GridLengthFor more information, see GridLength in the UWP API reference.

适用于