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