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

GuideDefaultProperties.ActualFlyoutBorderColor Property

Returns the current flyout border color for this guide.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[Browsable(false)]
public Color ActualFlyoutBorderColor { get; }

Property Value

Type Description
Color

A Color that is the current flyout border color for the current guide.

Remarks

To colorize a guide flyout, use corresponding settings accessed through the Guide.Properties group.

See Also