Description

Gets or sets the border style of the control.

Syntax

object.BorderStyle [ = Long ]

object.BorderStyle = String

Property Value

One of the following values:

Long String Description
0 None No border
1 FixedSingle A single-line border.
2 Fixed3D A three-dimensional border. The exact behavior of this setting depends on the object.

Example

$Label.BorderStyle = 2 $Label.BorderStyle = "Fixed3D"




The CHM file was converted to HTML by chm2web software.