Click or drag to resize
Shadow Class
Shadow settings
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.ChartModelStateManagerBase
    Kettic.AspNet.Controls.ChartModel.StylesShadow
      Kettic.AspNet.Controls.ChartModel.StylesChartShadow

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 class Shadow : StateManagerBase, ICloneable

The Shadow type exposes the following members.

Constructors
  NameDescription
Public methodShadow
Create new instance of ShadowStyle class.
Public methodShadow(Color, Single, Single, ShadowPosition)
Create new instance of ShadowStyle class.
Top
Methods
  NameDescription
Public methodClone
Clone this object
Public methodEquals
Comparing of two objects
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Gets hash code
(Overrides ObjectGetHashCode.)
Top
Properties
  NameDescription
Public propertyBlur
Specifies the shadow blur property
Public propertyColor
Specifies the shadow color property
Public propertyColorOpacity
The main color opacity coefficient
Public propertyDistance
Specifies the shadow distance property
Public propertyPosition
Specifies the shadow position property
Top
See Also