Skip to main content
A newer version of this page is available. .
All docs
V22.1

GuideProperties.FlyoutBorderThickness Property

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

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v22.1.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