This document is archived and information here might be outdated.  Recommended version.


IFrameDecoration.CornerRounding Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFrameDecoration Interface > IFrameDecoration.CornerRounding Property
ArcGIS Developer Help

IFrameDecoration.CornerRounding Property

Amount of corner rounding. 0 = fully square. 100 = fully round.

[Visual Basic .NET]
Public Property CornerRounding As Short
[C#]
public short CornerRounding {get; set;}
[C++]
HRESULT get_CornerRounding(
  System.Int16* rounding
);
[C++]
HRESULT put_CornerRounding(
  short rounding
);
[C++]
Parameters
rounding [out, retval]

rounding is a parameter of type short* rounding [in]
rounding is a parameter of type short

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IFrameDecoration Interface