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

GuideDefaultProperties.FlyoutBorderColor Property

Gets or sets the color applied to flyout borders of the current guide.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v19.1.dll

Declaration

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

Property Value

Type Description
Color

A Color applied to flyout borders of this guide.

Remarks

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

See Also