ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Square Class
Members






In This Topic
    Square Class
    In This Topic
    Represents a square annotation for the AnnotationLayer.
    Object Model
    Square Class
    Syntax
    'Declaration
     
    
    Public Class Square 
       Inherits Shape
    'Usage
     
    
    Dim instance As Square
    public class Square : Shape 
    public class Square = class(Shape)
    public class Square extends Shape
    public __gc class Square : public Shape 
    public ref class Square : public Shape 
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.AnnotationBase
          C1.Web.Mvc.Shape
             C1.Web.Mvc.Square

    See Also