Back to Devexpress

RibbonControl.ApplicationButtonPopupHorizontalOffset Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribboncontrol-75026a5d.md

latest1.4 KB
Original Source

RibbonControl.ApplicationButtonPopupHorizontalOffset Property

Gets or sets the horizontal offset of the control assigned to the RibbonControl.ApplicationMenu property, relative to the top left corner of the RibbonControl. This is a dependency property.

Namespace : DevExpress.Xpf.Ribbon

Assembly : DevExpress.Xpf.Ribbon.v25.2.dll

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
[Browsable(false)]
public double ApplicationButtonPopupHorizontalOffset { get; set; }
vb
<Browsable(False)>
Public Property ApplicationButtonPopupHorizontalOffset As Double

Property Value

TypeDescription
Double

A Double value that specifies the popup control’s horizontal offset.

|

See Also

ApplicationMenu

RibbonControl Class

RibbonControl Members

DevExpress.Xpf.Ribbon Namespace