
'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
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