Skip to main content

GuideDefaultProperties.FlyoutLocation Property

Gets or sets the flyout position relative to the current guide.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[DefaultValue(null)]
[DXCategory("Layout")]
public GuideFlyoutLocation? FlyoutLocation { get; set; }

Property Value

Type Default Description
Nullable<GuideFlyoutLocation> null

A Nullable<T><GuideFlyoutLocation,> enumerator value that specifies the flyout position relative to the current 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

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