Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / C1Sunburst Class / Dispatcher Property


In This Topic
    Dispatcher Property (C1Sunburst)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property Dispatcher As Xamarin.Forms.IDispatcher
    'Usage
     
    
    Dim instance As C1Sunburst
    Dim value As Xamarin.Forms.IDispatcher
     
    value = instance.Dispatcher
    public virtual Xamarin.Forms.IDispatcher Dispatcher {get;}
    See Also