Thickness

[property icon] Thickness

Specifies the border thickness

Integer property

Applies to: Picture Button


>Thickness

Thickness

This property is used to specify the drop down border thickness of a KCML picture button. A value of 0 specifies that no drop down border is to be displayed. To remove the controls normal border although the NoBorder property should be set to TRUE. To change the border thickness within the program the following could be used:

.picControl1.Thickness = 10

and to find out the current border thickness the following could be used:

Thickness = .picControl1.Thickness

See also

Picture Button methods, properties and events.