This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > IText3DElement Interface > IText3DElement.BoldFont Property (ArcObjects .NET 10.4 SDK) |
Indicates if font style is bold.
[Visual Basic .NET] Public Property BoldFont As Boolean
[C#] public bool BoldFont {get; set;}
[C++]
HRESULT get_BoldFont(
VARIANT_BOOL* pBoldFont
);
[C++]
HRESULT put_BoldFont(
VARIANT_BOOL pBoldFont
);
[C++]
Parameters pBoldFont [out, retval] pBoldFont is a parameter of type VARIANT_BOOL pBoldFont [in] pBoldFont is a parameter of type VARIANT_BOOL