NavigationView.AlwaysShowHeader Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob der Header immer sichtbar ist, oder legt diesen fest.

public:
 property bool AlwaysShowHeader { bool get(); void set(bool value); };
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
bool AlwaysShowHeader();

void AlwaysShowHeader(bool value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
bool AlwaysShowHeader();

void AlwaysShowHeader(bool value);
public bool AlwaysShowHeader { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")] set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
public bool AlwaysShowHeader { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")] set; }
var boolean = navigationView.alwaysShowHeader;
navigationView.alwaysShowHeader = boolean;
Public Property AlwaysShowHeader As Boolean
<NavigationView AlwaysShowHeader="bool" .../>

Eigenschaftswert

Boolean

bool

TRUE , wenn der Header immer sichtbar ist; Andernfalls false.

Attribute
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Gilt für: