Overload | Description |
---|---|
CSSValue Constructor(eCSSUnit) | Constructs the class with the specified unit type. |
CSSValue Constructor(Int32,eCSSUnit) | Constructs the class with the specified unit type, and integer value. |
CSSValue Constructor(Single,eCSSUnit) | Constructs the class with the specified unit type, and value. |
CSSValue Constructor(String,eCSSUnit) | Constructs the class with the specified unit type, and string value. |
CSSValue Constructor(eCSSUnit,Color,String) | Constructs the class with the specified color. |