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






In This Topic
    Transform Property
    In This Topic
    A string value for SVG element to make a transform action.
    Syntax
    'Declaration
     
    
    Public Property Transform As System.String
    'Usage
     
    
    Dim instance As SVGStyle
    Dim value As System.String
     
    instance.Transform = value
     
    value = instance.Transform
    public System.string Transform {get; set;}
    public read-write property Transform: System.String; 
    public function get,set Transform : System.String
    public: __property System.string* get_Transform();
    public: __property void set_Transform( 
       System.string* value
    );
    public:
    property System.String^ Transform {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also