Label.setBorderStyle

Overview | Methods | This Package | All Packages

Label.setBorderStyle

Sets a value indicating the kind of border the label has.

Syntax

public final void setBorderStyle( int value )

Parameters

value

An integer that specifies the kind of border the label has. Possible return values are constants defined in the BorderStyle class. If the value is BorderStyle.FIXED_3D, the label has a three-dimensional border. The default value is BorderStyle.NONE.

Exceptions

WFCInvalidEnumException thrown if the specified value is not a valid BorderStyle constant.

See Also   getBorderStyle