Skip to main content

GuideDefaultProperties.ActualFlyoutLocation Property

Returns the current flyout location for this guide.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[Browsable(false)]
public GuideFlyoutLocation ActualFlyoutLocation { get; }

Property Value

Type Description
GuideFlyoutLocation

A GuideFlyoutLocation enumeration value that is the current flyout location for this guide.

Available values:

Name Description
Default

A default setting equal to the GuideFlyoutLocation.Bottom value.

Top

The flyout panel is displayed above its parent guide.

Bottom

The flyout panel is displayed below its parent guide.

Left

The flyout panel is displayed to the left of its parent guide.

Right

The flyout panel is displayed to the right of its parent guide.

Remarks

To specify the guide flyout location, use the GuideDefaultProperties.FlyoutLocation property.

The figure below demonstrates the effect of different adorner guide settings.

Visual Guide Settings

Refer to this help article for more information on how to populate and customize guide flyouts: Adorner Guides.

See Also