Click or drag to resize
Corners Class
The edge of chart element
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.ChartModelStateManagerBase
    Kettic.AspNet.Controls.ChartModel.StylesCorners

Namespace: Kettic.AspNet.Controls.ChartModel.Styles
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[TypeConverterAttribute(typeof(CornersConverter))]
public class Corners : StateManagerBase

The Corners type exposes the following members.

Constructors
  NameDescription
Public methodCorners
Create new instance of Corners class.
Public methodCorners(Int32)
Create new instance of Corners class.
Public methodCorners(Object)
Create new instance of Corners class.
Public methodCorners(CornerType, CornerType, CornerType, CornerType, Int32)
Create new instance of Corners class.
Top
Methods
  NameDescription
Public methodClone
Clone this object
Public methodEquals
Compare two objects of Corners type
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Gets HashCode
(Overrides ObjectGetHashCode.)
Public methodStatic memberParse(String)
Converts the specified string to Corners.
Public methodStatic memberParse(String, CultureInfo)
Converts the specified string to a Corners.
Public methodSetCornersType
Set specified type for all corners
Top
Properties
  NameDescription
Public propertyBottomLeft
Gets and sets the type of the bottom left corner of the rectangular shape.
Public propertyBottomRight
Gets and sets the type of the bottom right corner of the rectangular shape.
Public propertyRoundSize
Gets and sets the round size of the corner.
Public propertyTopLeft
Gets and sets the type of the top left corner of the rectangular shape.
Public propertyTopRight
Gets and sets the type of the top right corner of the rectangular shape.
Top
See Also