menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LayerWrapper - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LayerWrapper

    Inheritance
    System.Object
    LayerWrapper
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public class LayerWrapper

    Constructors

    LayerWrapper()

    Declaration
    public LayerWrapper()

    Properties

    Constraints

    Declaration
    public Constraints Constraints { get; set; }
    Property Value
    Type
    Constraints

    Enabled

    Declaration
    public bool Enabled { get; set; }
    Property Value
    Type
    System.Boolean

    InheritContainerMeasureUnits

    Declaration
    public bool InheritContainerMeasureUnits { get; set; }
    Property Value
    Type
    System.Boolean

    MeasureUnit

    Declaration
    public MeasureUnits MeasureUnit { get; set; }
    Property Value
    Type
    MeasureUnits

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type
    System.String

    Nodes

    Declaration
    public NodeCollection Nodes { get; set; }
    Property Value
    Type
    NodeCollection

    Owner

    Declaration
    public ILayerContainer Owner { get; set; }
    Property Value
    Type
    ILayerContainer

    Visible

    Declaration
    public bool Visible { get; set; }
    Property Value
    Type
    System.Boolean

    Methods

    DeSerialize(Layer)

    Declaration
    public void DeSerialize(Layer layer)
    Parameters
    Type Name Description
    Layer layer

    Serialize(Layer)

    Declaration
    public void Serialize(Layer layer)
    Parameters
    Type Name Description
    Layer layer
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved