Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / BubbleDataLabel Class / Text Property


In This Topic
    Text Property (BubbleDataLabel)
    In This Topic
    Gets the text.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property Text As String
    'Usage
     
    Dim instance As BubbleDataLabel
    Dim value As String
     
    value = instance.Text
    public override string Text {get;}

    Property Value

    The text.
    See Also