Border Width (BorderWidth)

The BorderWidth widget property defines the line width (in pixels) of the border that is displayed around the widget if the Frame property is selected.

BorderWidth=Number

Example: "BorderWidth=5"

Value

Description

Number

Positive integer indicating the border line width in pixels. The minimum value is 0 and the maximum value is 10. Default is 1.

Usage

Dynamic?

Yes

Dependencies:

 

Description

Changing the width of the border around the grid widget resizes the viewport (the inside dimensions) of the grid. As a consequence, the Viewport_Resized trigger is fired.

Applies To

Related Topics