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





Description

Specify whether the font is italic.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Italic() As Boolean

[C#]
public bool Italic {get; set;}

[Managed C++]
public: __property bool get_Italic();
public: __property void set_Italic(
bool
);

[Unmanaged C++]
public: HRESULT get_Italic(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_Italic(
VARIANT_BOOL NewItalic
);

[Java]
public bool getItalic();public void setItalic(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1