Gets a value that indicates whether this font has a horizontal line through its characters.
Read-only property
[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(); |