Click or drag to resize

CodeFormatter Properties

The CodeFormatter type exposes the following members.

Properties
  NameDescription
Public propertyCssClass
Gets or sets the CSS class name to use on the <pre> element in the output HTML.
Public propertyFormattingInfo
Gets or sets the IFormattingInfo that provides information hot to format the source code.
Public propertyLineNumberFormat
Gets or sets the format string used to format the line numbers.
Public propertyLineNumberMode
Gets or sets the line number mode.
Public propertyTabSpaces
Gets or sets the number of spaces that a tab character should be replaced with.
Public propertyUsedFallbackFormatting
Gets a value indicating whether fallback formatting was used by the last call to FormatCode(String).
Top
See Also