AGI STK Objects 11Send comments on this topic.
Bold Property (IAgSc3dFont)
See Also 
Windows






Windows & Linux

Description

Specify whether the font is bold.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Bold() As Boolean
[C#]
public bool Bold {get; set;}
[Managed C++]
public: __property bool get_Bold();
public: __property void set_Bold(
   bool
);
[Unmanaged C++]
public: HRESULT get_Bold(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_Bold(
   VARIANT_BOOL NewBold
);
[Java]
public bool getBold();public void setBold(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.