ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Layouts Namespace / GraphicElement Class / CornerRounding Property

In This Topic
    CornerRounding Property (GraphicElement)
    In This Topic
    Gets the corner rounding
    Syntax
    public double CornerRounding {get;}
    Public ReadOnly Property CornerRounding As Double

    Property Value

    System.Double
    Remarks
    Corner rounding is specified as a percentage from 0.0% to 50.0. If P:ArcGIS.Desktop.Layouts.GraphicElement.CanSupportCornerRounding% returns false, 0.0 is always returned
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also