"BorderWidth"

Sets the width of a slider border.

Synopsis

shape.BorderWidth( int w);

Parameter

Parameter Description
shape Name of the object
w The width

Description

Sets the width of a slider border.

Example

Sets the width of a slider border to 5.

main()
{
  SLIDER1.BorderWidth(5);
}

Assignment

Slider

See also