NavigationViewTemplateSettings.TopPaneVisibility Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the visibility of the top pane.
public:
property Visibility TopPaneVisibility { Visibility get(); };
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::Visibility::Collapsed")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::Visibility::Collapsed")]
Visibility TopPaneVisibility();
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::Visibility::Collapsed")]
public Visibility TopPaneVisibility { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::Visibility::Collapsed")] get; }
var visibility = navigationViewTemplateSettings.topPaneVisibility;
Public ReadOnly Property TopPaneVisibility As Visibility
Property Value
The visibility of the top pane.
- Attributes
-
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute