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

Font.Highlight

Description

Sets or returns the highlight color for a character run as a=20 Color object.=20
C#
=20
public System.Drawing.Color Highlight{ get; set=
; }
=20
=20
vb.net
=20
Public Property Highlight() As System.Drawing.Co=
lor
=20
=20

Remarks

MS Word equivalent: Formatti= ng toolbar > Highlight button=20

Examples

=20
C#
=20
          //--- Return Highlight
          Color oColor =3D oFont.Highlight;

          //--- Set Highlight
          oFont.Highlight =3D Color.Yellow;
        
=20
vb.net
=20
          '--- Return Highlight
          Dim oColor As Color =3D oFont.Highlight

          '--- Set Highlight
          oFont.Highlight =3D Color.Yellow
        
=20
------=_Part_7716_39813945.1711619033672--