Skip to main content
All docs
V26.1
  • RoundedSkinPanel.OverlayResizeZoneThickness Property

    Gets or sets the thickness of the interactive resize zone in pixels.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.Utils.v26.1.dll

    Declaration

    [DefaultValue(10)]
    [DXCategory("Behavior")]
    public int OverlayResizeZoneThickness { get; set; }

    Property Value

    Type Default Description
    Int32 10

    An integer value that specifies the logical width (or height) of the resize zone in pixels. The default is 10.

    Remarks

    The OverlayResizeZoneThickness property specifies the logical thickness of the interactive resize zone in pixels. The default value is 10 px. At runtime, this value is scaled for the current DPI — use GetOverlayResizeZoneThickness() to read the actual scaled value.

    This property has effect only when AllowResize is set to DefaultBoolean.True and the panel is docked to Left, Right, Top, or Bottom.

    See Also