Click or drag to resize
Shadow Constructor (Color, Single, Single, ShadowPosition)
Create new instance of ShadowStyle class.

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 Shadow(
	Color shadowColor,
	float shadowBlur,
	float shadowDistance,
	ShadowPosition shadowPosition
)

Parameters

shadowColor
Type: System.DrawingColor
Shadow color
shadowBlur
Type: SystemSingle
Shadow blur
shadowDistance
Type: SystemSingle
Shadow distance
shadowPosition
Type: Kettic.AspNet.Controls.ChartModel.StylesShadowPosition
Shadow position
See Also