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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.