This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISymbolShadow Interface > ISymbolShadow.CornerRounding Property (ArcObjects .NET 10.5 SDK) |
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(
short* 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