Click or drag to resize
Border Class
Border style
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.ChartModelStateManagerBase
    Kettic.AspNet.Controls.ChartModel.StylesBorder
      More...

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(ExpandableObjectConverter))]
public class Border : StateManagerBase, ICloneable

The Border type exposes the following members.

Constructors
  NameDescription
Public methodBorder
Creates new instance of StyleBorder class
Public methodBorder(Boolean)
Creates new instance of StyleBorder class
Public methodBorder(Color)
Creates new instance of StyleBorder class
Public methodBorder(Object)
Creates new instance of StyleBorder class
Public methodBorder(Color, Single)
Creates new instance of StyleBorder class
Public methodBorder(Color, Single, DashStyle)
Creates new instance of StyleBorder class
Top
Methods
  NameDescription
Public methodClone
Clone this object
Public methodEquals
Compare two objects
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Gets hash code
(Overrides ObjectGetHashCode.)
Top
Properties
  NameDescription
Public propertyColor
Specifies the line color property
Public propertyPenStyle
Specifies the pen style property
Public propertyVisible
Visibility
Public propertyWidth
Specifies the width property
Top
See Also
Inheritance Hierarchy