Xamarin.Android | ComponentOne
C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1Gauge Class / TooltipTextFormatted Property


In This Topic
    TooltipTextFormatted Property (C1Gauge)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Property TooltipTextFormatted As Java.Lang.ICharSequence
    'Usage
     
    
    Dim instance As C1Gauge
    Dim value As Java.Lang.ICharSequence
     
    instance.TooltipTextFormatted = value
     
    value = instance.TooltipTextFormatted
    public virtual Java.Lang.ICharSequence TooltipTextFormatted {get; set;}
    See Also