Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1PathIcon Class / Data Property


In This Topic
    Data Property
    In This Topic
    Gets or sets the svg string describing the shape.
    Syntax
    'Declaration
     
    
    Public Property Data As String
    'Usage
     
    
    Dim instance As C1PathIcon
    Dim value As String
     
    instance.Data = value
     
    value = instance.Data
    public string Data {get; set;}
    See Also