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


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

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