LanguagePreferences.LineNumbers Property

Definition

Gets or sets whether or not line numbers are to be shown.

public:
 property bool LineNumbers { bool get(); void set(bool value); };
public:
 property bool LineNumbers { bool get(); void set(bool value); };
public bool LineNumbers { get; set; }
member this.LineNumbers : bool with get, set
Public Property LineNumbers As Boolean

Property Value

true if line numbers are to be shown, otherwise false.

Remarks

This property is not used in the default managed package framework language service classes.

This property affects the preferences value fLineNumbers.

Applies to