This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISymbolCollectionElement Interface > ISymbolCollectionElement.Bold Property (ArcObjects .NET 10.4 SDK) |
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