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