IEditorSettings.WordWrapEnabled-Eigenschaft
Die folgenden Ausführungen gelten für v2.
Ruft ab, ob Zeilenumbruch aktiviert ist, oder legt dieses Verhalten fest.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Property WordWrapEnabled As Boolean
Get
Set
'Usage
Dim instance As IEditorSettings
Dim value As Boolean
value = instance.WordWrapEnabled
instance.WordWrapEnabled = value
bool WordWrapEnabled { get; set; }
property bool WordWrapEnabled {
bool get ();
void set (bool value);
}
abstract WordWrapEnabled : bool with get, set
function get WordWrapEnabled () : boolean
function set WordWrapEnabled (value : boolean)
Eigenschaftswert
Typ: System.Boolean
true , wenn Zeilenumbruch aktiviert ist, andernfalls false.