ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1TagEditor Class / Text Property

In This Topic
    Text Property (C1TagEditor)
    In This Topic
    Gets the text shown on the control.
    Syntax
    'Declaration
     
    
    Public Property Text As String
    public string Text {get; set;}
    See Also