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