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


IText3DElement.ItalicFont Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > IText3DElement Interface > IText3DElement.ItalicFont Property
ArcGIS Developer Help

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(
  Boolean* pItalicFont
);
[C++]
HRESULT put_ItalicFont(
  VARIANT_BOOL pItalicFont
);
[C++]
Parameters
pItalicFont [out, retval]

pItalicFont is a parameter of type bool* pItalicFont [in]
pItalicFont is a parameter of type bool

Product Availability

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

See Also

IText3DElement Interface