TopicTransformationCoreUsesLegacyCodeColorizer Property
This property is used to get or set whether or not the presentation style transformation uses
the legacy code colorizer.
Namespace: Sandcastle.Core.PresentationStyle.TransformationAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public bool UsesLegacyCodeColorizer { get; set; }
Public Property UsesLegacyCodeColorizer As Boolean
Get
Set
public:
property bool UsesLegacyCodeColorizer {
bool get ();
void set (bool value);
}
member UsesLegacyCodeColorizer : bool with get, set
Property 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.