ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / SVGStyle Class / Path Property






In This Topic
    Path Property
    In This Topic
    SVG path string format
    Syntax
    'Declaration
     
    
    Public Property Path As System.String
    'Usage
     
    
    Dim instance As SVGStyle
    Dim value As System.String
     
    instance.Path = value
     
    value = instance.Path
    public System.string Path {get; set;}
    public read-write property Path: System.String; 
    public function get,set Path : System.String
    public: __property System.string* get_Path();
    public: __property void set_Path( 
       System.string* value
    );
    public:
    property System.String^ Path {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also