ArcObjects Library Reference (Carto)  

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(
  VARIANT_BOOL* Underline
);
[C++]
HRESULT put_Underline(
  VARIANT_BOOL Underline
);
[C++]

Parameters

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

Product Availability

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

See Also

ISymbolCollectionElement Interface