STK Graphics PrimitivesSend comments on this topic.
Italic Property (IAgStkGraphicsGraphicsFont)
See Also
Windows





Windows & Linux

Description

Gets a value that indicates whether this font is italic.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Italic() As Boolean
[C#]
public bool Italic {get;}
[Managed C++]
public: __property bool get_Italic();
[Unmanaged C++]
public: HRESULT get_Italic(
    VARIANT_BOOL * pRetVal
);
[Java]
public bool getItalic();
[Python - STK API ]
@property
def Italic(self) -> bool:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.