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

In This Topic
    CanSupportCornerRounding Property
    In This Topic
    Gets whether the Graphic Element can support corner rounding or not
    Syntax
    public bool CanSupportCornerRounding {get;}
    Public ReadOnly Property CanSupportCornerRounding As Boolean

    Property Value

    System.Boolean
    Remarks
    The following shapes support corner rounding:
    • Polygons (with no arcs or curves)
    • PredefinedShape.Rectangle
    • PredefinedShape.RoundedRectangle*
    • PredefinedShape.Triangle
    • PredefinedShape.RightTriangle
    • PredefinedShape.Cross
    • PredefinedShape.X
    *A RoundedRectangle is a predefined shape based off a Rectangle with a default corner rounding already applied.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also