Interface ILayerContainer
Interface to objects that contain a collection of layers.
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public interface ILayerContainer
Remarks
This interface provides methods for managing nodes across a collection of layers.
LayerProperties
ActiveLayers
Gets collection of active layers.
Declaration
LayerCollection ActiveLayers { get; }
Property Value
Type |
---|
LayerCollection |
Layers
Gets typed collection of layers.
Declaration
LayerCollection Layers { get; }
Property Value
Type |
---|
LayerCollection |