Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart.Annotation Namespace / AnnotationBase Class / TooltipTextProperty Field


In This Topic
    TooltipTextProperty Field
    In This Topic
    Identifies the TooltipText dependency property.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly TooltipTextProperty As DependencyProperty
    'Usage
     
    
    Dim value As DependencyProperty
     
    value = AnnotationBase.TooltipTextProperty
    public static readonly DependencyProperty TooltipTextProperty
    See Also