SizeChangedInfo.HeightChanged 屬性

定義

取得值,指出此 SizeChangedInfo 是否報告包含 Height 元件大幅變更的大小變更。

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

屬性值

Boolean

如果 Height 元件有重大變更則為 true,否則為 false

備註

這個屬性是唯讀的,而且只能在初始 SizeChangedInfo 建構函式中設定。

適用於