C# 클래스 NUnitGoCore.CustomElements.HtmlCustomElements.HorizontalBarElement

파일 보기 프로젝트 열기: elv1s42/NUnitGo

공개 프로퍼티들

프로퍼티 타입 설명
BackgroundColor string
Href string
InnerText string
TooltipText string
Value double

공개 메소드들

메소드 설명
HorizontalBarElement ( string innerText, string tooltipText, string backgroundColor, double value, string href = "" )

메소드 상세

HorizontalBarElement() 공개 메소드

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

프로퍼티 상세

BackgroundColor 공개적으로 프로퍼티

public string BackgroundColor
리턴 string

Href 공개적으로 프로퍼티

public string Href
리턴 string

InnerText 공개적으로 프로퍼티

public string InnerText
리턴 string

TooltipText 공개적으로 프로퍼티

public string TooltipText
리턴 string

Value 공개적으로 프로퍼티

public double Value
리턴 double