Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.