Message-ID: <1632033220.9765.1711702057299.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_9764_881220876.1711702057283" ------=_Part_9764_881220876.1711702057283 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Border.Item(Border.Part)

Border.Item(Border.Part)

Description

=20

Returns a BorderPart object representing the specified part of the borde= r. This is the indexer for the Border object.

=20
C#
=20
 public BorderPart this[Part part] { get; }
=20
=20
vb.net
=20
Public Default ReadOnly Property Item(ByVal part As Part) As BorderPart
=20
=20

Parameters

=20
part
The part of the border f= or which to set the line style.=20

Returns

The BorderPart obj= ect representing the specified part of the border.=20

Examples

=20
C#
=20
BorderPart bp =3D b[Border.Part.Left];
=20
=20
vb.net
=20
Dim bp As BorderPart =3D b.Item(Border.Part.Left)
=20
------=_Part_9764_881220876.1711702057283--