Class LayerWrapper
Inheritance
System.Object
LayerWrapper
Assembly: Syncfusion.Diagram.Base.dll
public class LayerWrapper : Object
Constructors
Declaration
Properties
Declaration
public Constraints Constraints { get; set; }
Property Value
Declaration
public bool Enabled { get; set; }
Property Value
Declaration
public bool InheritContainerMeasureUnits { get; set; }
Property Value
Declaration
public MeasureUnits MeasureUnit { get; set; }
Property Value
Declaration
public string Name { get; set; }
Property Value
Declaration
public NodeCollection Nodes { get; set; }
Property Value
Declaration
public ILayerContainer Owner { get; set; }
Property Value
Declaration
public bool Visible { get; set; }
Property Value
Methods
Declaration
public void DeSerialize(Layer layer)
Parameters
| Type |
Name |
Description |
| Layer |
layer |
|
Declaration
public void Serialize(Layer layer)
Parameters
| Type |
Name |
Description |
| Layer |
layer |
|