CodeFormatter FormattingInfo Property FormatC Syntax Highlighting Class Library
Gets or sets the IFormattingInfo that provides information hot to format the source code.

Namespace: Ookii.FormatC
Assembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public IFormattingInfo FormattingInfo { get; set; }

Field Value

The IFormattingInfo that provides information hot to format the source code.
See Also