ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / Shape Class
Members

In This Topic
    Shape Class
    In This Topic
    Represents a base class of shape annotations for the AnnotationLayer.
    Object Model
    Shape Class
    Syntax
    'Declaration
     
    Public MustInherit Class Shape 
       Inherits AnnotationBase
    public abstract class Shape : AnnotationBase 
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.AnnotationBase
          C1.Web.Mvc.Shape
             C1.Web.Mvc.Circle
             C1.Web.Mvc.Ellipse
             C1.Web.Mvc.Image
             C1.Web.Mvc.Line
             C1.Web.Mvc.Polygon
             C1.Web.Mvc.Rectangle
             C1.Web.Mvc.Square

    See Also