ArcGIS Pro 3.7 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 ReadOnly Property CanSupportCornerRounding As Boolean
    public bool CanSupportCornerRounding {get;}

    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also