Share via


AppBarTemplateSettings.MinimalRootMargin Property

Definition

Gets the margin of the AppBar root in the minimal state.

public:
 property Thickness MinimalRootMargin { Thickness get(); };
Thickness MinimalRootMargin();
public Thickness MinimalRootMargin { get; }
var thickness = appBarTemplateSettings.minimalRootMargin;
Public ReadOnly Property MinimalRootMargin As Thickness

Property Value

The margin of the AppBar root in the minimal state.

Applies to