C# Class VX.Sys.HtmlStyler.CssStyleProperties

CSS Style Properties
Show file Open project: shuruev/CCNet.Extensions

Public Methods

Method Description
CssStyleProperties ( ) : System
operator ( ) : CssStyleProperties

Summ operator overload.

If both operands have the properties with the same name the second operand will override such properties of the first.

Method Details

CssStyleProperties() public method

public CssStyleProperties ( ) : System
return System

operator() public static method

Summ operator overload.
If both operands have the properties with the same name the second operand will override such properties of the first.
public static operator ( ) : CssStyleProperties
return CssStyleProperties