C# Class NUnitGoCore.CustomElements.HtmlCustomElements.HorizontalBarElement

Afficher le fichier Open project: elv1s42/NUnitGo

Méthodes publiques

Свойство Type Description
BackgroundColor string
Href string
InnerText string
TooltipText string
Value double

Méthodes publiques

Méthode Description
HorizontalBarElement ( string innerText, string tooltipText, string backgroundColor, double value, string href = "" )

Method Details

HorizontalBarElement() public méthode

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
Résultat string

Href public_oe property

public string Href
Résultat string

InnerText public_oe property

public string InnerText
Résultat string

TooltipText public_oe property

public string TooltipText
Résultat string

Value public_oe property

public double Value
Résultat double