Back to Devexpress

HamburgerSubMenuPreviewNavigationButton.RightContentMargin Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-hamburgersubmenupreviewnavigationbutton-87c756d4.md

latest1.6 KB
Original Source

HamburgerSubMenuPreviewNavigationButton.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

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

HamburgerSubMenuPreviewNavigationButton Class

HamburgerSubMenuPreviewNavigationButton Members

DevExpress.Xpf.WindowsUI Namespace