Updated MultiLineTextEditor (markdown)

master
DianeXceed 9 years ago
parent
commit
a0528f6f14
  1. 25
      MultiLineTextEditor.md

25
MultiLineTextEditor.md

@ -3,17 +3,18 @@ Derives from ContentControl
Represents a resizable multi-line text editor that displays in a dropdown.
![](MultiLineTextEditor_multilinetexteditor.jpg)
[[MultiLineTextEditor_multilinetexteditor.jpg]]
## Properties
|| Property || Description
| DropDownHeight | Gets or sets the height of the dropdown.
| DropDownWidth | Gets or sets the width of the dropdown.
| IsOpen | Gets or sets a value indicating whether the dropdown is open.
| IsSpellCheckEnabled | Gets or sets a value indicating whether the spell checker is enabled.
| Text | Gets or sets the text of the MultiLineEditor.
| TextAlignment | Gets or sets the alignment of Text.
| TextWrapping | Gets or sets the text wrapping method of Text.
### Properties
| Property | Description |
| --- | --- |
| DropDownHeight | Gets or sets the height of the dropdown. |
| DropDownWidth | Gets or sets the width of the dropdown. |
| IsOpen | Gets or sets a value indicating whether the dropdown is open. |
| IsSpellCheckEnabled | Gets or sets a value indicating whether the spell checker is enabled. |
| Text | Gets or sets the text of the MultiLineEditor. |
| TextAlignment | Gets or sets the alignment of Text. |
| TextWrapping | Gets or sets the text wrapping method of Text. |
**Support this project, check out the [Plus Edition](https://xceed.com/xceed-toolkit-plus-for-wpf/).**
---
---
**Support this project, check out the [Plus Edition](https://xceed.com/xceed-toolkit-plus-for-wpf/).**
Loading…
Cancel
Save