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 whether line numbers are enabled.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Property LineNumbersEnabled As Boolean
Get
Set
'Usage
Dim instance As IEditorSettings
Dim value As Boolean
value = instance.LineNumbersEnabled
instance.LineNumbersEnabled = value
bool LineNumbersEnabled { get; set; }
property bool LineNumbersEnabled {
bool get ();
void set (bool value);
}
abstract LineNumbersEnabled : bool with get, set
function get LineNumbersEnabled () : boolean
function set LineNumbersEnabled (value : boolean)
Property Value
Type: System.Boolean
true if line numbers are enabled; otherwise, false.