Initializes a new instance of the BorderStyle class

Namespace: CuteEditor.Convertor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public BorderStyle(
	int width,
	BorderType type,
	Color color
)
Visual Basic
Public Sub New ( _
	width As Integer, _
	type As BorderType, _
	color As Color _
)
Visual C++
public:
BorderStyle(
	int width, 
	BorderType type, 
	Color color
)

See Also