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

Font.UnderlineColor

Description

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

Remarks

MS Word equivalent: For= mat menu > Font... > Font tab > Underline color:=20

Examples

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

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

          '--- Set UnderlineColor
          oFont.UnderlineColor =3D Color.Blue
        
=20
------=_Part_10322_866715389.1711721708185--