Gets or sets a value that indicates
whether the toolbar is located at the beginning of a new line.
Namespace: Karamasoft.WebControls.UltimateEditorAssembly: UltimateEditor (in UltimateEditor.dll) Version: 3.7.4186.26618
Syntax
| C# |
|---|
public bool NewLine { get; set; } |
| Visual Basic |
|---|
Public Property NewLine As Boolean Get Set |
| Visual C++ |
|---|
public: property bool NewLine { bool get (); void set (bool value); } |
Field Value
true if the toolbar is located at the beginning of a new line; otherwise, false. The default value is false.
Remarks
Use this property to locate the toolbar at the beginning of a new line.