Click or drag to resize

CodeFormatterFormattingInfo Property

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.1.0
Syntax
public IFormattingInfo FormattingInfo { get; set; }

Property Value

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