Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / TooltipControl Class / TextProperty Field


In This Topic
    TextProperty Field (TooltipControl)
    In This Topic
    Identifies the Text dependency property.
    Syntax
    'Declaration
     
    Public Shared ReadOnly TextProperty As DependencyProperty
    'Usage
     
    Dim value As DependencyProperty
     
    value = TooltipControl.TextProperty
    public static readonly DependencyProperty TextProperty

    Field Value

    The identifier for the Text dependency property.
    See Also