Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.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 Xamarin.Forms.View
    'Usage
     
    
    Dim instance As DataLabelLoadingEventArgs
    Dim value As Xamarin.Forms.View
     
    instance.View = value
     
    value = instance.View
    public Xamarin.Forms.View View {get; set;}
    See Also