ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1PathIcon Class / Data Property



In This Topic
    Data Property (C1PathIcon)
    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;}
    public:
    property String^ Data {
       String^ get();
       void set (    String^ value);
    }
    See Also