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






In This Topic
    StrokeMiterlimit Property
    In This Topic
    A value that indicates the stroke miter limit.
    Syntax
    'Declaration
     
    
    <JsonAttribute("stroke-miterlimit")>
    Public Property StrokeMiterlimit As System.Nullable(Of Double)
    'Usage
     
    
    Dim instance As SVGStyle
    Dim value As System.Nullable(Of Double)
     
    instance.StrokeMiterlimit = value
     
    value = instance.StrokeMiterlimit
    [Json("stroke-miterlimit")]
    public System.Nullable<double> StrokeMiterlimit {get; set;}
    public read-write property StrokeMiterlimit: System.Nullable; 
    JsonAttribute("stroke-miterlimit")
    public function get,set StrokeMiterlimit : System.Nullable
    [Json("stroke-miterlimit")]
    public: __property System.Nullable<double> get_StrokeMiterlimit();
    public: __property void set_StrokeMiterlimit( 
       System.Nullable<double> value
    );
    [Json("stroke-miterlimit")]
    public:
    property System.Nullable<double> StrokeMiterlimit {
       System.Nullable<double> get();
       void set (    System.Nullable<double> value);
    }
    See Also