Back to Devexpress

HamburgerMenuNavigationButton<TOwner>.RightContentMargin Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-internal-dot-hamburgermenunavigationbutton-1-79456762.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public Thickness RightContentMargin { get; set; }
vb
Public Property RightContentMargin As Thickness

Property Value

TypeDescription
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

HamburgerMenuNavigationButton<TOwner> Class

HamburgerMenuNavigationButton<TOwner> Members

DevExpress.Xpf.WindowsUI.Internal Namespace