Skip to main content
All docs
V23.2

GuideProperties.FlyoutBorderThickness Property

Gets or sets the border thickness of all flyout panels displayed by adorner guides.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[DefaultValue(1)]
[DXCategory("Appearance")]
public int FlyoutBorderThickness { get; set; }

Property Value

Type Default Description
Int32 1

The border thickness of flyout panels.

See Also