CodeFormatterFormattingInfo Property
Gets or sets the
IFormattingInfo that provides information hot to format the source code.
Namespace: Ookii.FormatCAssembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.3.2+a0abe9e363271833c90424d1444b43a67fa5858f
public IFormattingInfo FormattingInfo { get; set; }
Public Property FormattingInfo As IFormattingInfo
Get
Set
public:
property IFormattingInfo^ FormattingInfo {
IFormattingInfo^ get ();
void set (IFormattingInfo^ value);
}
member FormattingInfo : IFormattingInfo with get, set
Property Value
IFormattingInfo
The
IFormattingInfo that provides information hot to format the source code.