ComponentOne ASP.NET MVC Controls
Text Method (SVGStyleBuilder)

C1.Web.Mvc.Fluent Namespace > SVGStyleBuilder Class : Text Method
The value.
Configurates C1.Web.Mvc.SVGStyle.Text. Contents of the text element. Use \n for multiline text
Syntax
'Declaration
 
Public Function Text( _
   ByVal value As String _
) As SVGStyleBuilder
public SVGStyleBuilder Text( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

SVGStyleBuilder Class
SVGStyleBuilder Members