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






In This Topic
    Src Property
    In This Topic
    Image URL, only works for Element.image element
    Syntax
    'Declaration
     
    
    Public Property Src As System.String
    'Usage
     
    
    Dim instance As SVGStyle
    Dim value As System.String
     
    instance.Src = value
     
    value = instance.Src
    public System.string Src {get; set;}
    public read-write property Src: System.String; 
    public function get,set Src : System.String
    public: __property System.string* get_Src();
    public: __property void set_Src( 
       System.string* value
    );
    public:
    property System.String^ Src {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also