SyntaxHighlighter.ParseStyle Method

T3000 CrossPlatform

SyntaxHighlighterParseStyle Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:FastColoredTextBoxNS.SyntaxHighlighter.ParseStyle(System.Xml.XmlNode)"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
protected static Style ParseStyle(
	XmlNode styleNode
)
Protected Shared Function ParseStyle ( 
	styleNode As XmlNode
) As Style

Dim styleNode As XmlNode
Dim returnValue As Style

returnValue = SyntaxHighlighter.ParseStyle(styleNode)

Parameters

styleNode
Type: System.XmlXmlNode

[Missing <param name="styleNode"/> documentation for "M:FastColoredTextBoxNS.SyntaxHighlighter.ParseStyle(System.Xml.XmlNode)"]

Return Value

Type: Style

[Missing <returns> documentation for "M:FastColoredTextBoxNS.SyntaxHighlighter.ParseStyle(System.Xml.XmlNode)"]

See Also