New to Telerik Test StudioStart a free 30-day trial

Definition

Namespace:ArtOfTest.WebAii.Controls.HtmlControls

Assembly:ArtOfTest.WebAii.dll

Syntax:

C#
public class HtmlStyle

Inheritance: objectHtmlStyle

Constructors

C#
public HtmlStyle(string name, string value)
Parameters:namestringvaluestring

Properties

C#
public string Name { get; }
C#
public string Value { get; }

Methods

C#
public bool IsColor()
Returns:

bool

C#
public bool IsInt()
Returns:

bool

C#
public static bool IsSameColor(Color colorA, Color colorB)
Parameters:colorAColorcolorBColorReturns:

bool

C#
public Color ToColor()
Returns:

Color

C#
public static string ToHtmlColor(Color color)
Parameters:colorColorReturns:

string

C#
public int ToInt()
Returns:

int