Share via


Overview | Methods | Fields | This Package | All Packages

OverviewMethodsFieldsThis PackageAll Packages

DhStyleBase.setBorderColor

Sets the border color to the specified Color value.

Syntax

public void setBorderColor( int borderMask**, Color** color )

public void setBorderColor( Color color )

Parameters

borderMask

The border sides you want to set, which can be any combination of the constants in DhBorders.

color

A Color object to be the new border color.