HamburgerMenuNavigationButton.RightContentMargin Property
In This Article
Gets or sets the outer margin of the additional content displayed to the right of the main content.
Namespace: DevExpress.UI.Xaml.Layout
Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Property Value
Type | Description |
---|---|
Thickness | A Thickness structure that specifies the outer margin of the additional content displayed to the right of the main content. |
#Remarks
Use the RightContentMargin property to specify the outer margin of the HamburgerMenuNavigationButton.RightContent.
See Also