Message-ID: <1774992311.9993.1711708542768.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_9992_813892922.1711708542768" ------=_Part_9992_813892922.1711708542768 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Font.Strike

Font.Strike

Description

Sets or returns a=20 boolean that represents if a character run has the Strikethrou= gh effect, displaying a single line through the text.=20
C#
=20
public boolean Strike{ get; set; }
=20
=20
vb.net
=20
Public Property Strike() As Boolean
=20
=20

Remarks

MS Word equivalent: Format menu= > Font... > Font tab > Effects section > Strikethrough=20

Examples

=20
C#
=20
          //--- Return Strike
          bool strike =3D oFont.Strike;

          //--- Set Shadow
          oFont.Strike =3D true;
        
=20
vb.net
=20
          '--- Return Strike
          Dim strike As Boolean =3D oFont.Strike

          '--- Set Strike
          oFont.Strike =3D True
        
=20
------=_Part_9992_813892922.1711708542768--