This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISymbolCollectionElement Interface > ISymbolCollectionElement.Italic Property (ArcObjects .NET 10.5 SDK) |
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