Class DiagramLayer
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
DiagramLayer
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramLayer : EJTagHelper
Constructors
DiagramLayer()
Declaration
public DiagramLayer()
Properties
AddInfo
Defines the description of the layer
Declaration
public object AddInfo { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
Id
Defines the id of a diagram layer
Declaration
public override string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Overrides
Syncfusion.EJ2.EJTagHelper.Id
Lock
Enables or disables editing objects in a particular layer
Declaration
public bool Lock { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
Objects
Defines the collection of the objects that are added to a particular layer
Declaration
public string[] Objects { get; set; }
Property Value
Type | Description |
---|---|
System.String[] | The default value is null |
Visible
Enables or disables the visibility of objects in a particular layer
Declaration
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |
ZIndex
Defines the zOrder of the layer
Declaration
public double ZIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is -1 |