Skip to main content
All docs
V25.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.v25.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