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


IACRasterShieldSymbol.FontSize Property (ArcObjects .NET 10.5 SDK)
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