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





Windows & Linux

Description

Gets a value that indicates whether this font has a horizontal line through its characters.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.