Skip to main content

GuideProperties.FlyoutBackColor Property

Gets or sets the background flyout panel color for any guide owned by this Adorner UI Manager.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

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

Property Value

Type Description
Color

A Color applied to the flyout panel background.

Remarks

See the Adorner Guides document to learn more.

See Also