Class DiagramShadow
Inheritance
System.Object
    Syncfusion.EJ2.EJTagHelper
    DiagramShadow
  Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramShadow : EJTagHelper
  Constructors
DiagramShadow()
Declaration
public DiagramShadow()
  Properties
Angle
Defines the angle of Shadow
Declaration
public double Angle { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Double | The default value is 45  | 
      
Color
Defines the color of Shadow
Declaration
public string Color { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The default value is ""  | 
      
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
  Property Value
| Type | 
|---|
| Syncfusion.EJ2.MvcTemplate<System.Object> | 
Distance
Defines the distance of Shadow
Declaration
public double Distance { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Double | The default value is 5  | 
      
Opacity
Defines the opacity of Shadow
Declaration
public double Opacity { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Double | The default value is 0.7  |