Click or drag to resize

CodeUnitFileUsingTabs Property

True if the associated file is formatted using tabs, otherwise false (using spaces).

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public bool FileUsingTabs { get; set; }

Property Value

Type: Boolean

Implements

IFileFileUsingTabs
See Also