STK ObjectsSend 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 * pVal
);
public: HRESULT put_Bold(
    VARIANT_BOOL Bold
);
[Java]
public bool getBold();
public void setBold(
    bool
);
[Python - STK API ]
@property
def Bold(self) -> bool:

@Bold.setter
def Bold(self, Bold:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.