Class HtmlStyle
Inheritance
System.Object
HtmlStyle
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.HtmlControls
Assembly: ArtOfTest.WebAii.dll
Syntax
public class HtmlStyle
Constructors
HtmlStyle(String, String)
Declaration
public HtmlStyle(string name, string value)
Parameters
System.String
name
|
System.String
value
|
Properties
Name
Declaration
public string Name { get; }
Property Value
System.String
|
Value
Declaration
public string Value { get; }
Property Value
System.String
|
Methods
IsColor()
Declaration
public bool IsColor()
Returns
System.Boolean
|
IsInt()
Declaration
public bool IsInt()
Returns
System.Boolean
|
IsSameColor(Color, Color)
Declaration
public static bool IsSameColor(Color colorA, Color colorB)
Parameters
System.Drawing.Color
colorA
|
System.Drawing.Color
colorB
|
Returns
System.Boolean
|
ToColor()
Declaration
public Color ToColor()
Returns
System.Drawing.Color
|
ToHtmlColor(Color)
Declaration
public static string ToHtmlColor(Color color)
Parameters
System.Drawing.Color
color
|
Returns
System.String
|
ToInt()
Declaration
public int ToInt()
Returns
System.Int32
|