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






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

    System.Object
       C1.Web.Mvc.AnnotationBase
          C1.Web.Mvc.Text

    See Also