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