[]
        
(Showing Draft Content)

C1.Framework.Html.HtmlElement.-ctor

HtmlElement Constructor

HtmlElement(Style, string, bool, int)

Initializes a new instance of the HtmlElement class with the specified htm content and style options.

Declaration
public HtmlElement(Style style, string html, bool rtl, int width)
Parameters
Type Name Description
Style style

The Style object to use.

string html

The string value with html content.

bool rtl

True to use right-to-left flow direction.

int width

The int value of the width of html content.

HtmlElement(Style, string, bool)

Initializes a new instance of the HtmlElement class with the specified htm content and style options.

Declaration
public HtmlElement(Style style, string html, bool rtl)
Parameters
Type Name Description
Style style

The Style object to use.

string html

The string value with html content.

bool rtl

True to use right-to-left flow direction.

HtmlElement(string, bool)

Initializes a new instance of the HtmlElement class with the specified htm content.

Declaration
public HtmlElement(string html, bool rtl)
Parameters
Type Name Description
string html

The string value with html content.

bool rtl

True to use right-to-left flow direction.

HtmlElement(Style, bool)

Initializes a new instance of the HtmlElement class with the specified style options.

Declaration
public HtmlElement(Style style, bool rtl)
Parameters
Type Name Description
Style style

The Style object to use.

bool rtl

True to use right-to-left flow direction.

HtmlElement(bool)

Initializes a new instance of the HtmlElement class.

Declaration
public HtmlElement(bool rtl)
Parameters
Type Name Description
bool rtl

True to use right-to-left flow direction.