Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.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 Xamarin.Forms.BindableProperty
    'Usage
     
    
    Dim value As Xamarin.Forms.BindableProperty
     
    value = AnnotationBase.TooltipTextProperty
    public static readonly Xamarin.Forms.BindableProperty TooltipTextProperty
    See Also