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.Drawing.Color
shadowColor
Shadow color |
System.Single
shadowBlur
Shadow blur |
System.Single
shadowDistance
Shadow distance |
ShadowPosition
shadowPosition
Shadow position |
Properties
Blur
Specifies the shadow blur property
Declaration
[SkinnableProperty]
public virtual float Blur { get; set; }
Property Value
System.Single
|
Color
Specifies the shadow color property
Declaration
[SkinnableProperty]
public virtual Color Color { get; set; }
Property Value
System.Drawing.Color
|
ColorOpacity
The main color opacity coefficient
Declaration
public byte ColorOpacity { get; }
Property Value
System.Byte
|
Distance
Specifies the shadow distance property
Declaration
[SkinnableProperty]
public virtual float Distance { get; set; }
Property Value
System.Single
|
Position
Specifies the shadow position property
Declaration
[SkinnableProperty]
public virtual ShadowPosition Position { get; set; }
Property Value
ShadowPosition
|
Methods
Clone()
Clone this object
Declaration
public virtual object Clone()
Returns
System.Object
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
obj
Object to compare |
Returns
System.Boolean
Result of comparing |
Overrides
GetHashCode()
Gets hash code
Declaration
public override int GetHashCode()
Returns
System.Int32
Hash code |