Back to Devexpress

FlyoutSettings.IndicatorVerticalAlignment Property

wpf-devexpress-dot-xpf-dot-editors-dot-flyout-dot-flyoutsettings-7e7e829f.md

latest1.6 KB
Original Source

FlyoutSettings.IndicatorVerticalAlignment Property

Gets or sets the vertical alignment of a flyout indicator. This is a dependency property.

Namespace : DevExpress.Xpf.Editors.Flyout

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public VerticalAlignment? IndicatorVerticalAlignment { get; set; }
vb
Public Property IndicatorVerticalAlignment As VerticalAlignment?

Property Value

TypeDescription
Nullable<VerticalAlignment>

A VerticalAlignment object.

|

Remarks

The IndicatorVerticalAlignment property has effect if the FlyoutSettings.Placement property is set to Left or Right.

See Also

FlyoutSettings Class

FlyoutSettings Members

DevExpress.Xpf.Editors.Flyout Namespace