StiBorderSide Class
Namespace: Stimulsoft.Base.Drawing
Inheritance
Implements: ICloneable
Constructors
| Constructor | Description |
|---|---|
| constructor(Color color, any size, StiPenStyle style) | Creates a new instance of the StiBorderSide class. |
constructor(color: Color, size: any, style: StiPenStyle)
Creates a new instance of the StiBorderSide class.
Parameters
- color (Color)
- size (any)
- style (StiPenStyle)
Properties
| Property | Type | Description |
|---|---|---|
| color | Color | Gets or sets a border color. |
| size | number | Gets or sets a border size. |
| style | StiPenStyle | Gets or sets a border style. |
Methods
| Method | Returns | Description |
|---|---|---|
| clone | StiBorderSide | Creates a new object that is a copy of the current instance. |
| equals | boolean | |
| getHashCode | number | |
| getSizeOffset | number | |
| implements | any[] |
Method Details
clone
clone(): StiBorderSide
Creates a new object that is a copy of the current instance.
Returns StiBorderSide
equals
equals(obj: StiBorderSide | any): boolean
Parameters
- obj (StiBorderSide | any)
Returns boolean
getHashCode
getHashCode(): number
Returns number
getSizeOffset
getSizeOffset(): number
Returns number
implements
implements(): any[]
Returns any[]
Fields
| Field | Type | Description |
|---|---|---|
| hashCode | any | |
| hashCode | any | |
| hashCode | any | |
| side | StiBorderSides |