'DeclarationPublic ReadOnly Property IsStrikeThrough As Boolean
'UsageDim 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'DeclarationPublic ReadOnly Property IsStrikeThrough As Boolean
'UsageDim instance As ScreenCharacter Dim value As Boolean value = instance.IsStrikeThrough
public bool IsStrikeThrough {get;}
private ScreenCharacter screen; bool strikeThrough = screen.IsStrikeThrough;