Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.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
     
    
    <Foundation.ExportAttribute("Data")>
    <BrowsableAttribute(True)>
    Public Property Data As String
    'Usage
     
    
    Dim instance As C1PathIcon
    Dim value As String
     
    instance.Data = value
     
    value = instance.Data
    [Foundation.Export("Data")]
    [Browsable(true)]
    public string Data {get; set;}
    See Also