IEditorSettings.BracePositionOnNewLineCss Property

Applies to v2.

Gets or sets whether to brace position in CSS.

Namespace:  Microsoft.WebMatrix.Extensibility.Editor
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Property BracePositionOnNewLineCss As Boolean 
    Get 
    Set
'Usage
Dim instance As IEditorSettings 
Dim value As Boolean 

value = instance.BracePositionOnNewLineCss

instance.BracePositionOnNewLineCss = value
bool BracePositionOnNewLineCss { get; set; }
property bool BracePositionOnNewLineCss {
    bool get ();
    void set (bool value);
}
abstract BracePositionOnNewLineCss : bool with get, set
function get BracePositionOnNewLineCss () : boolean 
function set BracePositionOnNewLineCss (value : boolean)

Property Value

Type: System.Boolean
true to brace position in CSS; otherwise, false.

See Also

Reference

IEditorSettings Interface

Microsoft.WebMatrix.Extensibility.Editor Namespace