C# Class AppKit.TextKit.Formatter.HTMLDescriptor

Defines how HTML should be colorized using a AppKit.TextKit.Formatter.LanguageFormatter.
This is a simplified, sample format provided as an example only. The HighlightSyntaxRegion method of the AppKit.TextKit.Formatter.LanguageFormatter would need to be modified to properly format HTML Keywords as the current version was designed for languages like C#, JavaScript or Visual Basic.
Inheritance: LanguageDescriptor
Datei anzeigen Open project: xamarin/mac-samples

Public Methods

Method Description
Define ( ) : void

Define this instance.

HTMLDescriptor ( ) : System

Initializes a new instance of the AppKit.TextKit.Formatter.HTMLDescriptor class.

Method Details

Define() public method

Define this instance.
public Define ( ) : void
return void

HTMLDescriptor() public method

Initializes a new instance of the AppKit.TextKit.Formatter.HTMLDescriptor class.
public HTMLDescriptor ( ) : System
return System