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

Font.DoubleStrike

Description

=20

Sets or returns a boolean that represents if a character ru= n has the Double strikethrough effect, displaying a double line through the= text.

=20
C#
=20
 public boolean DoubleStrike{ get; set; }
=20
=20
vb.net
=20
Public Property DoubleStrike() As Boolean
=20
=20

Remarks

MS Word equivalent: Forma= t menu > Font... > Font tab > Effects section > Double striketh= rough=20

Examples

=20
C#
=20

          //--- Return DoubleStrike
          bool doubleStrike =3D oFont.DoubleStrike;

          //--- Set Engraved
          oFont.DoubleStrike =3D true;
        
=20
=20
vb.net
=20

          '--- Return Engraved
          Dim doubleStrike As Boolean =3D oFont.DoubleStrike

          '--- Set Engraved
          oFont.DoubleStrike =3D True
        
=20
------=_Part_8454_819163341.1711647487705--