Click or drag to resize
HyperTextStylesSetQuadStyles Method (IListHyperTextStylesQuad)
Sets the quad styles.

Namespace: Candlelight.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public void SetQuadStyles(
	IList<HyperTextStylesQuad> styles
)

Parameters

styles
Type: System.Collections.GenericIListHyperTextStylesQuad
Quad styles.
Remarks
If more than one HyperTextStylesQuad in the collection has the same class name, then subsequent entries will append sequential digits to make their names unique.
See Also