Skip to main content

HamburgerMenuNavigationButton<TOwner>.RightContentMargin Property

Specifies the outer margin of the additional content displayed to the right of the main content. This is a dependency property.

Namespace: DevExpress.Xpf.WindowsUI.Internal

Assembly: DevExpress.Xpf.Controls.v23.2.dll

NuGet Package: DevExpress.Wpf.Controls

Declaration

public Thickness RightContentMargin { get; set; }

Property Value

Type Description
Thickness

A System.Windows.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 RightContent.

See Also