ArcObjects Library Reference (Carto)  

ISymbolCollectionElement.Italic Property

Indicates whether italic font style.

[Visual Basic .NET]
Public Property Italic As Boolean
[C#]
public bool Italic {get; set;}
[C++]
HRESULT get_Italic(
  VARIANT_BOOL* Italic
);
[C++]
HRESULT put_Italic(
  VARIANT_BOOL Italic
);
[C++]

Parameters

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

Product Availability

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

See Also

ISymbolCollectionElement Interface