ASP.NET Core 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 System.String
    'Usage
     
    
    Dim instance As SVGStyle
    Dim value As System.String
     
    instance.TextAnchor = value
     
    value = instance.TextAnchor
    [Json("text-anchor")]
    public System.string TextAnchor {get; set;}
    public read-write property TextAnchor: System.String; 
    JsonAttribute("text-anchor")
    public function get,set TextAnchor : System.String
    [Json("text-anchor")]
    public: __property System.string* get_TextAnchor();
    public: __property void set_TextAnchor( 
       System.string* value
    );
    [Json("text-anchor")]
    public:
    property System.String^ TextAnchor {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also