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


ISymbolCollectionElement.Italic Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISymbolCollectionElement Interface > ISymbolCollectionElement.Italic Property
ArcGIS Developer Help

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

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

Product Availability

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

See Also

ISymbolCollectionElement Interface