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


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

IACShieldSymbol.FontStyle Property

The font style.

[Visual Basic .NET]
Public Property FontStyle As acFontStyle
[C#]
public acFontStyle FontStyle {get; set;}
[C++]
HRESULT get_FontStyle(
  acFontStyle* FontStyle
);
[C++]
HRESULT put_FontStyle(
  acFontStyle FontStyle
);
[C++]
Parameters
FontStyle [out, retval]

FontStyle is a parameter of type acFontStyle* FontStyle [in]
FontStyle is a parameter of type acFontStyle

Product Availability

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

See Also

IACShieldSymbol Interface