Click or drag to resize
StyleBase Class
Base style class
Inheritance Hierarchy

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
public abstract class StyleBase : StateManagerBase, 
	ICloneable

The StyleBase type exposes the following members.

Constructors
  NameDescription
Public methodStyleBase
Creates new instance of Style class.
Public methodStyleBase(Object)
Creates new instance of Style class.
Public methodStyleBase(Border)
Creates new instance of Style class.
Public methodStyleBase(Border, Boolean)
Creates new instance of Style class.
Public methodStyleBase(Border, Boolean, Shadow)
Creates new instance of Style class.
Top
Methods
  NameDescription
Public methodClone
Clone this object
Top
Properties
  NameDescription
Public propertyBorder
Specifies the border style
Public propertyShadow
Specifies the shadow settings
Public propertyVisible
Specifies visibility
Top
See Also