Class ShadowStyle
Shadow settings
Inherited Members
Namespace: Telerik.Charting.Styles
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class ShadowStyle : StateManagedObject, IChartingStateManagedItem, IChartingStateManager, ICloneable
Constructors
ShadowStyle()
Create new instance of ShadowStyle class.
Declaration
public ShadowStyle()
ShadowStyle(Color, Single, Single, ShadowPosition)
Create new instance of ShadowStyle class.
Declaration
public ShadowStyle(Color shadowColor, float shadowBlur, float shadowDistance, ShadowPosition shadowPosition)
Parameters
System. Shadow color |
System. Shadow blur |
System. Shadow distance |
Shadow Shadow position |
Properties
Blur
Specifies the shadow blur property
Declaration
[SkinnableProperty]
public virtual float Blur { get; set; }
Property Value
System.
|
Color
Specifies the shadow color property
Declaration
[SkinnableProperty]
public virtual Color Color { get; set; }
Property Value
System.
|
ColorOpacity
The main color opacity coefficient
Declaration
public byte ColorOpacity { get; }
Property Value
System.
|
Distance
Specifies the shadow distance property
Declaration
[SkinnableProperty]
public virtual float Distance { get; set; }
Property Value
System.
|
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
System. New instance with the same fields as this one |
Implements
Equals(Object)
Comparing of two objects
Declaration
public override bool Equals(object obj)
Parameters
System. Object to compare |
Returns
System. Result of comparing |
Overrides
GetHashCode()
Gets hash code
Declaration
public override int GetHashCode()
Returns
System. Hash code |