ASP.NET Pack Programmer's Guide
ShapeList Class
See Also
 





Represents a list of Shape objects.

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public class ShapeList : List<Shape>

Visual Basic  Copy Code

Public Class ShapeList
    Inherits List(Of Shape)

 Inheritance Hierarchy

System.Object
    System.Collections.Generic.List(Shape)
        MindFusion.Diagramming.WebForms.ShapeList

 See Also

ShapeList Members
MindFusion.Diagramming.WebForms Namespace