C# Class NUnitGoCore.CustomElements.HtmlCustomElements.HorizontalBarElement

Mostrar archivo 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_oe property

public string BackgroundColor
return string

Href public_oe property

public string Href
return string

InnerText public_oe property

public string InnerText
return string

TooltipText public_oe property

public string TooltipText
return string

Value public_oe property

public double Value
return double