Share via


NavigationViewTemplateSettings.TopPadding Property

Definition

Gets the padding value of the top pane.

public:
 property double TopPadding { double get(); };
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="0.0")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="0.0")]
double TopPadding();
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="0.0")]
public double TopPadding { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="0.0")] get; }
var double = navigationViewTemplateSettings.topPadding;
Public ReadOnly Property TopPadding As Double

Property Value

Double

double

The padding value of the top pane.

Attributes
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Applies to