Interface IBorder
Interface that provides the properties needed for correct show border lines of any element.
Namespace: Syncfusion.Windows.Forms.HTMLUI
Assembly: Syncfusion.HTMLUI.Windows.dll
Syntax
public interface IBorder
Properties
Color
Gets or sets the color of the border line.
Declaration
Color Color { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Style
Gets or sets the style of the border line.
Declaration
BordersStyle Style { get; set; }
Property Value
Type |
---|
BordersStyle |
Width
Gets or sets the width of the border line.
Declaration
int Width { get; set; }
Property Value
Type |
---|
System.Int32 |
Methods
Clone()
Clones object.
Declaration
IBorder Clone()
Returns
Type | Description |
---|---|
IBorder | Cloned object. |