Topic Transformation CoreUses Legacy Code Colorizer Property
This property is used to get or set whether or not the presentation style transformation uses
the legacy code colorizer.
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The default is false to use the client-side highlighter (highlight.js) or, in cases such as the Markdown style, to do no colorization. If true, the legacy colorizer implemented in the Code Block Component will be used.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public bool UsesLegacyCodeColorizer { get; set; }VB
Public Property UsesLegacyCodeColorizer As Boolean
Get
SetC++
public:
property bool UsesLegacyCodeColorizer {
bool get ();
void set (bool value);
}F#
member UsesLegacyCodeColorizer : bool with get, setProperty Value
BooleanThe default is false to use the client-side highlighter (highlight.js) or, in cases such as the Markdown style, to do no colorization. If true, the legacy colorizer implemented in the Code Block Component will be used.