Adds a new style to this element.

Namespace: HTMLPlusPlus
Assembly: HTMLPlusPlus (in HTMLPlusPlus.dll) Version: 0.1.0.0 (0.1.0.0)

Syntax

C#
public void Add(
	Style style
)

Parameters

style
Type: HTMLPlusPlus..::..Style
The style to add.

Implements

IStylable..::..Add(Style)

See Also