7.7. BorderWidth Property

Description

Returns or sets the value for border width.

Remarks

Use BorderWidth property to specify a border width. The border width is expressed in logical units prescribed by the Measurement property. For example, if you set this property to 15 and the Measurement is mbxMeasureEnglish, the border width is 15 mils (0.015 inch). The default value is 15.

To disable the border, set BorderWidth to 0 or BorderStyle to mbxBorderStyleNone.

See Also

Section 7.6, “BorderStyle Property”

Section 7.5, “BorderColor Property”