ClassShadowStyle
Shadow settings
Definition
Namespace:Telerik.Charting.Styles
Assembly:Telerik.WinControls.RadChart.dll
Syntax:
public class ShadowStyle : StateManagedObject, IChartingStateManagedItem, IChartingStateManager, ICloneable
Inheritance: objectStateManagedObjectShadowStyle
Derived Classes:
Implements:
Inherited Members
Constructors
ShadowStyle()
Create new instance of ShadowStyle class.
Declaration
public ShadowStyle()
ShadowStyle(Color, float, float, ShadowPosition)
Create new instance of ShadowStyle class.
Declaration
public ShadowStyle(Color shadowColor, float shadowBlur, float shadowDistance, ShadowPosition shadowPosition)
Parameters
shadowColor
Shadow color
shadowBlur
Shadow blur
shadowDistance
Shadow distance
shadowPosition
Shadow position
Properties
Blur
Specifies the shadow blur property
Declaration
[SkinnableProperty]
public virtual float Blur { get; set; }
Property Value
Color
Specifies the shadow color property
Declaration
[TypeConverter(typeof(ColorConverter))]
[SkinnableProperty]
public virtual Color Color { get; set; }
Property Value
ColorOpacity
The main color opacity coefficient
Declaration
[Browsable(false)]
public byte ColorOpacity { get; }
Property Value
Distance
Specifies the shadow distance property
Declaration
[SkinnableProperty]
public virtual float Distance { get; set; }
Property Value
Position
Specifies the shadow position property
Declaration
[SkinnableProperty]
public virtual ShadowPosition Position { get; set; }
Property Value
Methods
Clone()
Clone this object
Declaration
public virtual object Clone()
Returns
New instance with the same fields as this one
Implements
Equals(object)
Comparing of two objects
GetHashCode()
Gets hash code