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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1