Compartir a través de


NavigationView.AlwaysShowHeader Propiedad

Definición

Obtiene o establece un valor que indica si el encabezado siempre está visible.

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" .../>

Valor de propiedad

Boolean

bool

true si el encabezado siempre está visible; de lo contrario, false.

Atributos
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Se aplica a