Specifies the type of block element containing the caret in
a RichTextEditor.
Namespace: Mindscape.SilverlightElementsAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
public enum RichTextEditorBlockType |
| Visual Basic |
|---|
Public Enumeration RichTextEditorBlockType |
| Visual C++ |
|---|
public enum class RichTextEditorBlockType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Paragraph | 0 | A paragraph element (equivalent to a P tag in HTML). | |
| OrderedList | 1 | An ordered list element (equivalent to an OL tag in HTML). | |
| UnorderedList | 2 | An unordered list element (equivalent to a UL tag in HTML). |