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

CanSupportCornerRounding Property
Gets whether the Graphic Element can support corner rounding or not
Syntax
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, Windows 10

ArcGIS Pro version: 3 or higher.
See Also