NAnt SDK Documentation - v0.85-nightly-2005-11-09

TabsToSpaces.TabLength Property

[This is preliminary documentation and subject to change.]

The number of spaces used when converting a tab. The default is "8".

[Visual Basic]
<TaskAttribute(Name:="tablength", Required:=False, ExpandProperties:=True, ProcessXml:=True), _  Int32Validator(MinValue:=1, MaxValue:=100, Base:=10)>
Public Property TabLength As Integer
[C#]
[TaskAttribute(Name="tablength", Required=False, ExpandProperties=True, ProcessXml=True)]
[Int32Validator(MinValue=1, MaxValue=100, Base=10)]
public int TabLength {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.Core.Filters.TabsToSpaces.TabLength

See Also

TabsToSpaces Class | NAnt.Core.Filters Namespace