ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / 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
     
    Public Property TextAnchor As String
    public string TextAnchor {get; set;}
    See Also