共用方式為


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

屬性值

屬性

備註

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

適用於