Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.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 UIKit.UIView
    'Usage
     
    
    Dim instance As ChartTooltipLoadingEventArgs
    Dim value As UIKit.UIView
     
    instance.view = value
     
    value = instance.view
    public UIKit.UIView view {get; set;}
    See Also