Skip to main content

FlyoutBase.HorizontalOffset Property

Gets or sets the offset from the left 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 HorizontalOffset { get; set; }

Property Value

Type Description
Double

An integer value that specifies the offset, in pixels, from the left border of the flyout popup. The default is 0.

Remarks

A positive HorizontalOffset value corresponds to the flyout popup being offset to the right. A negative HorizontalOffset value corresponds to the flyout popup being offset to the left.

See Also