Skip to main content

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.v23.2.dll

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

Declaration

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

Property Value

Type
Color

Remarks

See the Adorner Guides document to learn more.

See Also