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


In This Topic
    AutomationId Property (C1Sunburst)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property AutomationId As String
    'Usage
     
    
    Dim instance As C1Sunburst
    Dim value As String
     
    instance.AutomationId = value
     
    value = instance.AutomationId
    public string AutomationId {get; set;}
    See Also