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

GuideProperties.FlyoutBorderColor Property

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

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v18.2.dll

Declaration

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

Property Value

Type
Color

Remarks

See the Adorner Guides document to learn more.

See Also