Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / IElementStyle Interface / Text Property


In This Topic
    Text Property (IElementStyle)
    In This Topic
    Gets or sets the text.
    Syntax
    'Declaration
     
    
    Property Text As String
    'Usage
     
    
    Dim instance As IElementStyle
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    string Text {get; set;}
    See Also