Click or drag to resize
HyperTextStylesSetLinkStyles Method (IListHyperTextStylesLinkSubclass)
Sets the link styles.

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

Parameters

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