UtilScintillaNetSetXmlLightStyle Method

Sets a Xml light lexer style on the specified Scintilla editor.

Definition

Namespace: DevCase.ThirdParty.ScintillaNet
Assembly: DevCase.net48.ThirdParty.ScintillaNet (in DevCase.net48.ThirdParty.ScintillaNet.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void SetXmlLightStyle(
	Scintilla editor
)

Parameters

editor  Scintilla
The source Scintilla editor.

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:

jacobslusser.ScintillaNET by Jacob Slusser

See Also