CodeFormatter Properties |
The CodeFormatter type exposes the following members.
Name | Description | |
---|---|---|
![]() | CssClass |
Gets or sets the CSS class name to use on the <pre> element in the output HTML.
|
![]() | FormattingInfo |
Gets or sets the IFormattingInfo that provides information hot to format the source code.
|
![]() | IncludePreElement |
Gets or sets a value that indicates whether to emit the <pre> element in the
output HTML.
|
![]() | LineNumberFormat |
Gets or sets the format string used to format the line numbers.
|
![]() | LineNumberMode |
Gets or sets the line number mode.
|
![]() | TabSpaces |
Gets or sets the number of spaces that a tab character should be replaced with.
|
![]() | UsedFallbackFormatting |
Gets a value indicating whether fallback formatting was used by the last call to FormatCode(String).
|