Back to Devexpress

IFlyoutDefaultProperties.ActualAlignment Property

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

latest2.3 KB
Original Source

IFlyoutDefaultProperties.ActualAlignment Property

Gets the current alignment settings for the pop-up Flyout.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
ContentAlignment ActualAlignment { get; }
vb
<Browsable(False)>
ReadOnly Property ActualAlignment As ContentAlignment

Property Value

TypeDescription
ContentAlignment

ContentAlignment enumerator values that are the current alignment settings for the pop-up Flyout.

|

Remarks

To specify Flyout alignment settings, use the IFlyoutDefaultProperties.Alignment (individual Flyouts) or IFlyoutProperties.Alignment (all the View’s Flyouts) property. Individual Flyout properties override corresponding global View settings.

See Also

IFlyoutDefaultProperties.Alignment

IFlyoutProperties.Alignment

IFlyoutDefaultProperties Interface

IFlyoutDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace