Skip to main content
All docs
V24.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.v24.2.dll

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