VisualElement.IsVisible 屬性

定義

取得或設定值,這個值會決定此元素是否會在螢幕上顯示,並佔用版面配置的空間。 這是可繫結屬性。

public:
 property bool IsVisible { bool get(); void set(bool value); };
[System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.VisualElement+VisibilityConverter))]
public bool IsVisible { get; set; }
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.VisualElement+VisibilityConverter))>]
member this.IsVisible : bool with get, set
Public Property IsVisible As Boolean

屬性值

true 如果應該轉譯專案,則為 ;否則為 false。 預設值為 true

屬性

備註

當元素設定為 IsVisiblefalse 時,它將不再佔用版面配置中的空間,或有資格接收任何類型的輸入事件。

適用於