Adds a child style to this style. Will have the same class id as the parent.

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

Syntax

C#
public void Add(
	Style child
)

Parameters

child
Type: HTMLPlusPlus..::..Style
A child style to add.

See Also