SyntaxHighlighter.KeywordStyle2 Property

T3000 CrossPlatform

SyntaxHighlighterKeywordStyle2 Property

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

Specific PHP keyword style

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public Style KeywordStyle2 { get; set; }
Public Property KeywordStyle2 As Style
	Get
	Set

Dim instance As SyntaxHighlighter
Dim value As Style

value = instance.KeywordStyle2

instance.KeywordStyle2 = value

Property Value

Type: Style
See Also