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.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
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