FlyoutBase.VerticalOffset Property
Gets or sets the offset from the top border of the flyout popup. This is a dependency property.
Namespace: DevExpress.Xpf.Editors.Flyout.Native
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Double | An integer value that specifies the offset, in pixels, from the top border of the flyout popup. The default is 0. |
Remarks
A positive VerticalOffset value corresponds to the flyout popup being offset downwards. A negative VerticalOffset value corresponds to the flyout popup being offset upwards.
See Also