ArcObjects Library Reference (Carto)  

ISymbolCollectionElement.Bold Property

Indicates whether bold fonts style.

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

Parameters

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

Product Availability

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

See Also

ISymbolCollectionElement Interface