Class DiagramShadow
Inheritance
System.Object
DiagramShadow
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramShadow : EJTagHelper
Constructors
DiagramShadow()
Declaration
Properties
Angle
Defines the angle of Shadow
Declaration
public double Angle { get; set; }
Property Value
Type |
Description |
System.Double |
|
Color
Defines the color of Shadow
Declaration
public string Color { get; set; }
Property Value
Type |
Description |
System.String |
|
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Distance
Defines the distance of Shadow
Declaration
public double Distance { get; set; }
Property Value
Type |
Description |
System.Double |
|
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Opacity
Defines the opacity of Shadow
Declaration
public double Opacity { get; set; }
Property Value
Type |
Description |
System.Double |
|
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides