IEditorSettings.HtmlAttributesOnSeparateLines Property
Applies to v2.
Gets or sets whether to place HTML element attributes on separate lines.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Property HtmlAttributesOnSeparateLines As Boolean
Get
Set
'Usage
Dim instance As IEditorSettings
Dim value As Boolean
value = instance.HtmlAttributesOnSeparateLines
instance.HtmlAttributesOnSeparateLines = value
bool HtmlAttributesOnSeparateLines { get; set; }
property bool HtmlAttributesOnSeparateLines {
bool get ();
void set (bool value);
}
abstract HtmlAttributesOnSeparateLines : bool with get, set
function get HtmlAttributesOnSeparateLines () : boolean
function set HtmlAttributesOnSeparateLines (value : boolean)
Property Value
Type: System.Boolean
true to place HTML element attributes on separate lines; otherwise, false.