ComponentOne ASP.NET MVC Controls
Height Method (RectangleBuilder)

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

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

RectangleBuilder Class
RectangleBuilder Members