Class DiagramLayer
Inheritance
System.Object
DiagramLayer
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramLayer : EJTagHelper
Constructors
DiagramLayer()
Declaration
Properties
AddInfo
Defines the description of the layer
Declaration
public object AddInfo { get; set; }
Property Value
Type |
Description |
System.Object |
|
Id
Defines the id of a diagram layer
Declaration
public override string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
Overrides
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Lock
Enables or disables editing objects in a particular layer
Declaration
public bool Lock { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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[] |
|
Visible
Enables or disables the visibility of objects in a particular layer
Declaration
public bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ZIndex
Defines the zOrder of the layer
Declaration
public double ZIndex { get; set; }
Property Value
Type |
Description |
System.Double |
|