NavigationView.IsPaneToggleButtonVisible Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Menüschaltfläche angezeigt wird, oder legt diesen fest.

Entsprechende WinUI 2-API für UWP: Microsoft.UI.Xaml.Controls.NavigationView.IsPaneToggleButtonVisible (für WinUI in der Windows App SDK siehe Windows App SDK Namespaces).

public:
 property bool IsPaneToggleButtonVisible { bool get(); void set(bool value); };
bool IsPaneToggleButtonVisible();

void IsPaneToggleButtonVisible(bool value);
public bool IsPaneToggleButtonVisible { get; set; }
var boolean = navigationView.isPaneToggleButtonVisible;
navigationView.isPaneToggleButtonVisible = boolean;
Public Property IsPaneToggleButtonVisible As Boolean
<NavigationView IsPaneToggleButtonVisible="bool" .../>

Eigenschaftswert

Boolean

bool

true , wenn die Menüschaltfläche angezeigt wird; andernfalls false. Der Standardwert ist true.

Gilt für: