In This Topic
Gets or sets a value indicating whether to show strikethrough.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(False)>
Public Property Strikethrough As System.Boolean
'Usage
Dim instance As Font
Dim value As System.Boolean
instance.Strikethrough = value
value = instance.Strikethrough
[System.ComponentModel.DefaultValue(false)]
public System.bool Strikethrough {get; set;}
public read-write property Strikethrough: System.Boolean;
System.ComponentModel.DefaultValueAttribute()
public function get,set Strikethrough : System.boolean
[System.ComponentModel.DefaultValue(false)]
public: __property System.bool get_Strikethrough();
public: __property void set_Strikethrough(
System.bool value
);
[System.ComponentModel.DefaultValue(false)]
public:
property System.bool Strikethrough {
System.bool get();
void set ( System.bool value);
}
See Also