Back to Devexpress

FlyoutBase.HorizontalOffset Property

wpf-devexpress-dot-xpf-dot-editors-dot-flyout-dot-native-dot-flyoutbase-8c6345d9.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public double HorizontalOffset { get; set; }
vb
Public Property HorizontalOffset As Double

Property Value

TypeDescription
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

FlyoutBase Class

FlyoutBase Members

DevExpress.Xpf.Editors.Flyout.Native Namespace