ArcObjects Library Reference (Carto)  

IACRasterShieldSymbol.FontSize Property

The font size.

[Visual Basic .NET]
Public Property FontSize As Integer
[C#]
public int FontSize {get; set;}
[C++]
HRESULT get_FontSize(
  long* FontSize
);
[C++]
HRESULT put_FontSize(
  long FontSize
);
[C++]

Parameters

FontSize [out, retval]   FontSize is a parameter of type long FontSize [in]   FontSize is a parameter of type long

Product Availability

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

See Also

IACRasterShieldSymbol Interface