WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ILayerContainer

    Show / Hide Table of Contents

    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.

    Layer

    Properties

    ActiveLayers

    Gets collection of active layers.

    Declaration
    LayerCollection ActiveLayers { get; }
    Property Value
    Type Description
    LayerCollection

    Layers

    Gets typed collection of layers.

    Declaration
    LayerCollection Layers { get; }
    Property Value
    Type Description
    LayerCollection
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved