C# Class NUnitGoCore.CustomElements.HtmlCustomElements.HorizontalBarElement

Show file Open project: elv1s42/NUnitGo

Public Properties

Property Type Description
BackgroundColor string
Href string
InnerText string
TooltipText string
Value double

Public Methods

Method Description
HorizontalBarElement ( string innerText, string tooltipText, string backgroundColor, double value, string href = "" )

Method Details

HorizontalBarElement() public method

public HorizontalBarElement ( string innerText, string tooltipText, string backgroundColor, double value, string href = "" )
innerText string
tooltipText string
backgroundColor string
value double
href string

Property Details

BackgroundColor public property

public string BackgroundColor
return string

Href public property

public string Href
return string

InnerText public property

public string InnerText
return string

TooltipText public property

public string TooltipText
return string

Value public property

public double Value
return double