C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ChartTooltipLoadingEventArgs Class / view Property


In This Topic
view Property (ChartTooltipLoadingEventArgs)
In This Topic
Gets the customized view.
Syntax
'Declaration
 
Public Property view As Xamarin.Forms.View
 
'Usage
 
Dim instance As ChartTooltipLoadingEventArgs
Dim value As Xamarin.Forms.View
 
instance.view = value
 
value = instance.view
See Also