Initializes a new instance of the BorderStyle class
Namespace: CuteEditor.ConvertorAssembly: 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 ) |
Parameters
- width
- Type: System..::..Int32
- type
- Type: CuteEditor.Convertor..::..BorderType
- color
- Type: System.Drawing..::..Color