SizeChangedInfo.HeightChanged 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出此 SizeChangedInfo 是否報告包含 Height 元件大幅變更的大小變更。
public:
property bool HeightChanged { bool get(); };
public bool HeightChanged { get; }
member this.HeightChanged : bool
Public ReadOnly Property HeightChanged As Boolean
屬性值
如果 Height 元件有重大變更則為 true
,否則為 false
。
備註
這個屬性是唯讀的,而且只能在初始 SizeChangedInfo 建構函式中設定。