Click or drag to resize
HyperTextProcessorLink Constructor

Namespace: Candlelight.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public Link(
	string linkName,
	string className,
	IndexRange characterIndices,
	HyperTextStylesLink style
)

Parameters

linkName
Type: SystemString
Value of the link's name attribute.
className
Type: SystemString
Class name.
characterIndices
Type: CandlelightIndexRange
Character indices.
style
Type: Candlelight.UIHyperTextStylesLink
Style.
See Also