Skip to main content
All docs
V26.1
  • RoundedSkinPanel.GetOverlayResizeZoneThickness() Method

    Returns the resize zone thickness in pixels, scaled for the current DPI.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.Utils.v26.1.dll

    Declaration

    public int GetOverlayResizeZoneThickness()

    Returns

    Type Description
    Int32

    The resize zone thickness in pixels, scaled for the current DPI.

    Remarks

    Returns the thickness of the resize zone in pixels, adjusted for the current DPI. This value is derived from OverlayResizeZoneThickness but may differ from it when the display DPI is not 100%.

    Use this method to read the actual pixel size used at runtime rather than the logical value stored in OverlayResizeZoneThickness.

    See Also