Hevea documentation

LevelMeter Constructor 

Constructor.

public LevelMeter(
   string id,
   string caption,
   int width
);

Parameters

id
component identifier
caption
caption
width
level meter width (in pixel)

Exceptions

Exception Type Condition
ArgumentNullException id or caption is null

See Also

LevelMeter Class | Hevea.Core.Http.Html.UI Namespace