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

Border.HasShadow

Description

=20

Sets or returns a boolean that represents whether or not th= e border has a shadow effect.

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

Remarks

=20

This is set to false by default.

=20

MS Word equivalent: Format menu > Borders and Shading... > Borders= tab > Setting: > Shadow

=20

Examples

=20
C#
=20

          //--- Get HasShadow
          bool hasShadow =3D brdr.HasShadow;

          //--- Set HasShadow
          brdr.HasShadow =3D true;
        
=20
=20
vb.net
=20

          '--- Get HasShadow
          Dim hasShadow As Boolean =3D brdr.HasShadow

          '--- Set HasShadow
          brdr.HasShadow =3D True
        
=20
------=_Part_9334_1902410146.1711688470738--