共用方式為


RibbonControlSizeDefinition.IsLabelVisible 屬性

定義

取得或設定值,此值表示控制項的標籤是否可見。

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

屬性值

Boolean

true 如果控制項的標籤可見,則為 ;否則為 false 。 已註冊的預設值是 true。 如需可能會影響該值的相關詳細資訊,請參閱 相依性屬性值優先順序

備註

如果未設定控制項的 label 屬性,即使 IsLabelVisible 屬性為 true ,也不會顯示任何標籤。

相依性屬性資訊

識別碼欄位 IsLabelVisibleProperty
設定為 的中繼資料屬性 true

適用於

另請參閱