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






In This Topic
    StrokeLinejoin Property
    In This Topic
    A value that indicates the stroke line join method, possible values: ["bevel", "round", "miter"]
    Syntax
    'Declaration
     
    
    <JsonAttribute("stroke-linejoin")>
    Public Property StrokeLinejoin As System.String
    'Usage
     
    
    Dim instance As SVGStyle
    Dim value As System.String
     
    instance.StrokeLinejoin = value
     
    value = instance.StrokeLinejoin
    [Json("stroke-linejoin")]
    public System.string StrokeLinejoin {get; set;}
    public read-write property StrokeLinejoin: System.String; 
    JsonAttribute("stroke-linejoin")
    public function get,set StrokeLinejoin : System.String
    [Json("stroke-linejoin")]
    public: __property System.string* get_StrokeLinejoin();
    public: __property void set_StrokeLinejoin( 
       System.string* value
    );
    [Json("stroke-linejoin")]
    public:
    property System.String^ StrokeLinejoin {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also