Gets the svg string describing the shape.
Syntax
'Declaration
Public Property Data As String
'Usage
Dim instance As C1SVGIcon
Dim value As String
instance.Data = value
value = instance.Data
public string Data {get; set;}
public:
property String^ Data {
String^ get();
void set ( String^ value);
}
See Also