Skip to main content
A newer version of this page is available. .

GuideDefaultProperties.FlyoutLocation Property

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

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[DefaultValue(null)]
[DXCategory("Appearance")]
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

Refer to the Adorner Guides article to learn how to populate and customize guide flyout panels.

See Also