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


ISymbolBackground.CornerRounding Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ISymbolBackground.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(
  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

Product Availability

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

See Also

ISymbolBackground Interface