'Declaration
Property Strikethrough As Boolean
'Usage
Dim instance As IFont Dim value As Boolean instance.Strikethrough = value value = instance.Strikethrough
bool Strikethrough {get; set;}
Property Value
true
if strikethrough; otherwise, false
.'Declaration
Property Strikethrough As Boolean
'Usage
Dim instance As IFont Dim value As Boolean instance.Strikethrough = value value = instance.Strikethrough
bool Strikethrough {get; set;}
true
if strikethrough; otherwise, false
.