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


IACTextSymbol.FontStyle Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IACTextSymbol.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

IACTextSymbol Interface