ASP.NET Core MVC Controls | ComponentOne
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
    'Usage
     
    
    Dim instance As Shape
    public abstract class Shape : AnnotationBase 
    public class Shape = class(AnnotationBase)abstract; 
    public abstract class Shape extends AnnotationBase
    public __gc abstract class Shape : public AnnotationBase 
    public ref class Shape abstract : public 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