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





Windows & Linux

Description

Gets a value that indicates whether this font is underlined.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.