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

Border.Style

Description

=20

Sets or returns the border's line style.

=20
C#
=20
 public LineStyle Style{ get; set; }
=20
=20
vb.net
=20
Public Property Style() As LineStyle
=20
=20

Remarks

To set the line style for a sp= ecific part of the border get the BorderPart object for the desired part of= the border.=20

Examples

=20
C#
=20

          //--- Get LineStyle
          Border.LineStyle ls =3D b.LineStyle;

          //--- Set LineStyle
          b.LineStyle =3D Border.LineStyle.Thick;
        
=20
=20
vb.net
=20

          '--- Get LineStyle
          Dim ls As Border.LineStyle =3D b.LineStyle

          '--- Set LineStyle
          b.LineStyle =3D Border.LineStyle.Thick
        
=20
------=_Part_9522_1331587229.1711693227753--