Back to Devexpress

IFlyoutProperties.Alignment Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-iflyoutproperties-e933a707.md

latest2.1 KB
Original Source

IFlyoutProperties.Alignment Property

Gets or sets the alignment for all pop-up Flyouts within the current View.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
ContentAlignment Alignment { get; set; }
vb
Property Alignment As ContentAlignment

Property Value

TypeDescription
ContentAlignment

A ContentAlignment enumerator value that specifies the alignment for all pop-up Flyouts within the current View.

|

Remarks

You can customize alignment only for those Flyouts whose IFlyoutProperties.Style property equals FlyoutStyle.Popup. Message box Flyouts are always displayed within a bar, centered against the form.

The Alignment property specifies alignment settings common to all pop-up Flyouts within a View. To override these settings for individual pop-up Flyouts use the IFlyoutDefaultProperties.Alignment property instead.

See Also

Style

IFlyoutProperties Interface

IFlyoutProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace