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


ISymbolCollectionElement.Underline 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.Underline Property
ArcGIS Developer Help

ISymbolCollectionElement.Underline Property

Indicates whether underline font style.

[Visual Basic .NET]
Public Property Underline As Boolean
[C#]
public bool Underline {get; set;}
[C++]
HRESULT get_Underline(
  Boolean* Underline
);
[C++]
HRESULT put_Underline(
  VARIANT_BOOL Underline
);
[C++]
Parameters
Underline [out, retval]

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

Product Availability

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

See Also

ISymbolCollectionElement Interface