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






In This Topic
    ArrowEnd Property
    In This Topic
    Gets or sets the arrowhead on the end of the path. The format for string is <type>[-<width>[-<length>]]. Possible types: classic, block, open, oval, diamond, none, width: wide, narrow, medium, length: long, short, medium.
    Syntax
    'Declaration
     
    
    <JsonAttribute("arrow-end")>
    Public Property ArrowEnd As System.String
    'Usage
     
    
    Dim instance As SVGStyle
    Dim value As System.String
     
    instance.ArrowEnd = value
     
    value = instance.ArrowEnd
    [Json("arrow-end")]
    public System.string ArrowEnd {get; set;}
    public read-write property ArrowEnd: System.String; 
    JsonAttribute("arrow-end")
    public function get,set ArrowEnd : System.String
    [Json("arrow-end")]
    public: __property System.string* get_ArrowEnd();
    public: __property void set_ArrowEnd( 
       System.string* value
    );
    [Json("arrow-end")]
    public:
    property System.String^ ArrowEnd {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also