Click or drag to resize
RichTextStyleGetStartTag Method
Gets the start tag for the specified style.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public static string GetStartTag(
	FontStyle style
)

Parameters

style
Type: FontStyle
Style.

Return Value

Type: String
The start tag.
See Also