| Corners Class |
Namespace: Kettic.AspNet.Controls.ChartModel.Styles
The Corners type exposes the following members.
| Name | Description | |
|---|---|---|
| Corners |
Create new instance of Corners class.
| |
| Corners(Int32) |
Create new instance of Corners class.
| |
| Corners(Object) |
Create new instance of Corners class.
| |
| Corners(CornerType, CornerType, CornerType, CornerType, Int32) |
Create new instance of Corners class.
|
| Name | Description | |
|---|---|---|
| Clone |
Clone this object
| |
| Equals |
Compare two objects of Corners type
(Overrides ObjectEquals(Object).) | |
| GetHashCode |
Gets HashCode
(Overrides ObjectGetHashCode.) | |
| Parse(String) |
Converts the specified string to Corners.
| |
| Parse(String, CultureInfo) |
Converts the specified string to a Corners.
| |
| SetCornersType |
Set specified type for all corners
|
| Name | Description | |
|---|---|---|
| BottomLeft |
Gets and sets the type of the bottom left corner of the rectangular shape.
| |
| BottomRight |
Gets and sets the type of the bottom right corner of the rectangular shape.
| |
| RoundSize |
Gets and sets the round size of the corner.
| |
| TopLeft |
Gets and sets the type of the top left corner of the rectangular shape.
| |
| TopRight |
Gets and sets the type of the top right corner of the rectangular shape.
|