ShadowStyle
Class
Shadow settings
Definition
Namespace:Telerik.Reporting.Charting.Styles
Assembly:Telerik.Reporting.dll
Syntax:
C#
public class ShadowStyle : StateManagedObject, IChartingStateManagedItem, IChartingStateManager
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
Blur
float
Specifies the shadow blur property
C#
[SkinnableProperty]
public virtual float Blur { get; set; }
Color
Color
Specifies the shadow color property
C#
[TypeConverter(typeof(ColorConverter))]
[SkinnableProperty]
public virtual Color Color { get; set; }
ColorOpacity
byte
The main color opacity coefficient
C#
[Browsable(false)]
public byte ColorOpacity { get; }
Distance
float
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()
object
Clone this object
C#
public virtual object Clone()
object
New instance with the same fields as this one
Equals(object)
bool
Comparing of two objects
C#
public override bool Equals(object obj)
Object to compare
Returns:bool
Result of comparing
Overrides:
Gets hash code
C#
public override int GetHashCode()
int
Hash code
Overrides: