Click or drag to resize

LanguageRegionFormattingInfo Property

Gets or sets the formatting info used to highlight the language region.

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 formatting info, or to use the formatter that split the code into regions.
See Also