Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public double VerticalOffset { get; set; }

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