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

GuideDefaultProperties.FlyoutBackColor Property

Gets or sets the flyout backcolor for the current guide.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[DXCategory("Appearance")]
public Color FlyoutBackColor { get; set; }

Property Value

Type Description
Color

A Color applied to a flyout background of the current guide.

Remarks

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

See Also