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


IACRasterShieldSymbol.FontSize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IACRasterShieldSymbol Interface > IACRasterShieldSymbol.FontSize Property
ArcGIS Developer Help

IACRasterShieldSymbol.FontSize Property

The font size.

[Visual Basic .NET]
Public Property FontSize As Integer
[C#]
public int FontSize {get; set;}
[C++]
HRESULT get_FontSize(
  System.Int32* 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