ComponentOne ASP.NET MVC Controls
Width Method (RectangleBuilder)

C1.Web.Mvc.Fluent Namespace > RectangleBuilder Class : Width Method
The value.
Configurates C1.Web.Mvc.Rectangle.Width. Sets the width of the Rectangle annotation.
Syntax
'Declaration
 
Public Function Width( _
   ByVal value As Single _
) As RectangleBuilder
public RectangleBuilder Width( 
   float value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

RectangleBuilder Class
RectangleBuilder Members