STK ObjectsSend 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 * pVal
);
public: HRESULT put_Italic(
    VARIANT_BOOL Italic
);
[Java]
public bool getItalic();
public void setItalic(
    bool
);
[Python - STK API ]
@property
def Italic(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.