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


ISymbolCollectionElement.Bold Property (ArcObjects .NET 10.6 SDK)
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(
  Boolean* Bold
);
[C++]
HRESULT put_Bold(
  VARIANT_BOOL Bold
);
[C++]

Parameters Bold [out, retval]
Bold is a parameter of type bool* Bold [in]
Bold is a parameter of type bool

Product Availability

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

See Also

ISymbolCollectionElement Interface