Back to Devexpress

IFlyoutDefaultProperties.Alignment Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-iflyoutdefaultproperties-bfbc19e2.md

latest2.3 KB
Original Source

IFlyoutDefaultProperties.Alignment Property

Gets or sets the current pop-up Flyout‘s alignment.

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 current pop-up Flyout‘s alignment.

|

Remarks

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

To specify alignment settings common to all pop-up Flyouts within a View, use the IFlyoutProperties.Alignment property instead. Individual Flyout settings override corresponding global View settings.

See Also

Style

IFlyoutDefaultProperties Interface

IFlyoutDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace