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

In This Topic
    TextAnchor Property
    In This Topic
    Possible values: ["start", "middle", "end"], default is "middle"
    Syntax
    'Declaration
     
    
    <JsonAttribute("text-anchor")>
    Public Property TextAnchor As String
    [Json("text-anchor")]
    public string TextAnchor {get; set;}
    See Also