IEditorSettings.TabSize Property

Applies to v2.

Gets or sets the tab size.

Namespace:  Microsoft.WebMatrix.Extensibility.Editor
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Property TabSize As Integer 
    Get 
    Set
'Usage
Dim instance As IEditorSettings 
Dim value As Integer 

value = instance.TabSize

instance.TabSize = value
int TabSize { get; set; }
property int TabSize {
    int get ();
    void set (int value);
}
abstract TabSize : int with get, set
function get TabSize () : int 
function set TabSize (value : int)

Property Value

Type: System.Int32
The tab size.

See Also

Reference

IEditorSettings Interface

Microsoft.WebMatrix.Extensibility.Editor Namespace