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






In This Topic
    ClipRect Property
    In This Topic
    Gets or sets the clip area. The format for the text is comma or space separated values: x, y, width and height
    Syntax
    'Declaration
     
    
    <JsonAttribute("clip-rect")>
    Public Property ClipRect As System.String
    'Usage
     
    
    Dim instance As SVGStyle
    Dim value As System.String
     
    instance.ClipRect = value
     
    value = instance.ClipRect
    [Json("clip-rect")]
    public System.string ClipRect {get; set;}
    public read-write property ClipRect: System.String; 
    JsonAttribute("clip-rect")
    public function get,set ClipRect : System.String
    [Json("clip-rect")]
    public: __property System.string* get_ClipRect();
    public: __property void set_ClipRect( 
       System.string* value
    );
    [Json("clip-rect")]
    public:
    property System.String^ ClipRect {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also