Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.Chart Namespace / C1Sunburst Class / ContentDescription Property


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