ComponentOne Xamarin.iOS
Data Property


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1PathIcon Class : Data Property
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

Reference

C1PathIcon Class
C1PathIcon Members