GridLength.IsAbsolute 属性

定义

获取一个值,该值指示 GridLength 是否保留以像素表示的值。

public:
 property bool IsAbsolute { bool get(); };
public bool IsAbsolute { get; }
member this.IsAbsolute : bool
Public ReadOnly Property IsAbsolute As Boolean

属性值

true 如果属性 GridUnitTypePixel,则为 ;否则为 false

适用于

另请参阅