DataGridLength.IsAbsolute 屬性

定義

取得值,這個值表示此執行個體是否會根據固定像素值調整項目的大小。

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

屬性值

Boolean

如果 UnitType 屬性設定為 Pixel,則為 true,否則為 false

適用於