Back to Devexpress

RibbonControl.ApplicationButtonPopupVerticalOffset Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribboncontrol-b4474930.md

latest1.4 KB
Original Source

RibbonControl.ApplicationButtonPopupVerticalOffset Property

Gets or sets the vertical 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 ApplicationButtonPopupVerticalOffset { get; set; }
vb
<Browsable(False)>
Public Property ApplicationButtonPopupVerticalOffset As Double

Property Value

TypeDescription
Double

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

|

See Also

ApplicationMenu

RibbonControl Class

RibbonControl Members

DevExpress.Xpf.Ribbon Namespace