ComponentOne ASP.NET MVC Controls
TextAnchor Method

C1.Web.Mvc.Fluent Namespace > SVGStyleBuilder Class : TextAnchor Method
The value.
Configurates C1.Web.Mvc.SVGStyle.TextAnchor. Possible values: ["start", "middle", "end"], default is "middle"
Syntax
'Declaration
 
Public Function TextAnchor( _
   ByVal value As String _
) As SVGStyleBuilder
public SVGStyleBuilder TextAnchor( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

SVGStyleBuilder Class
SVGStyleBuilder Members