
| Corners Class | 
 Inheritance Hierarchy
Inheritance Hierarchy
        Namespace: Kettic.AspNet.Controls.ChartModel.Styles
 Syntax
SyntaxThe Corners type exposes the following members.
 Constructors
Constructors| 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.
             | 
 Methods
Methods| 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
             | 
 Properties
Properties| 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.
              | 
 See Also
See Also