Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / DataLabelLoadingEventArgs Class / View Property


In This Topic
    View Property (DataLabelLoadingEventArgs)
    In This Topic
    Gets or sets the custom view.
    Syntax
    'Declaration
     
    
    Public Property View As UIKit.UIView
    'Usage
     
    
    Dim instance As DataLabelLoadingEventArgs
    Dim value As UIKit.UIView
     
    instance.View = value
     
    value = instance.View
    public UIKit.UIView View {get; set;}
    See Also