'Declaration
Public ReadOnly Property IsStrikeThrough As Boolean
'Usage
Dim instance As ScreenCharacter Dim value As Boolean value = instance.IsStrikeThrough
public bool IsStrikeThrough {get;}
Gets
a value indicating whether the data cell contains strikethrough text. Note: IScreenDataConstants.ATTR_STRIKETHROUGH'Declaration
Public ReadOnly Property IsStrikeThrough As Boolean
'Usage
Dim instance As ScreenCharacter Dim value As Boolean value = instance.IsStrikeThrough
public bool IsStrikeThrough {get;}
private ScreenCharacter screen; bool strikeThrough = screen.IsStrikeThrough;