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


IText3DElement.ItalicFont Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IText3DElement.ItalicFont Property

Indicates if font style is italic.

[Visual Basic .NET]
Public Property ItalicFont As Boolean
[C#]
public bool ItalicFont {get; set;}
[C++]
HRESULT get_ItalicFont(
  VARIANT_BOOL* pItalicFont
);
[C++]
HRESULT put_ItalicFont(
  VARIANT_BOOL pItalicFont
);
[C++]

Parameters pItalicFont [out, retval] pItalicFont is a parameter of type VARIANT_BOOL pItalicFont [in] pItalicFont is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IText3DElement Interface