RibbonControlSizeDefinition.IsLabelVisible 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,此值表示控制項的標籤是否可見。
public:
property bool IsLabelVisible { bool get(); void set(bool value); };
public bool IsLabelVisible { get; set; }
member this.IsLabelVisible : bool with get, set
Public Property IsLabelVisible As Boolean
屬性值
true
如果控制項的標籤可見,則為 ;否則為 false
。 已註冊的預設值是 true
。 如需可能會影響該值的相關詳細資訊,請參閱 相依性屬性值優先順序。
備註
如果未設定控制項的 label 屬性,即使 IsLabelVisible 屬性為 true
,也不會顯示任何標籤。
相依性屬性資訊
識別碼欄位 | IsLabelVisibleProperty |
設定為 的中繼資料屬性 true |
無 |