Specifies the type of block element containing the caret in a RichTextEditor.

Namespace: Mindscape.SilverlightElements
Assembly: 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 nameValueDescription
Paragraph0 A paragraph element (equivalent to a P tag in HTML).
OrderedList1 An ordered list element (equivalent to an OL tag in HTML).
UnorderedList2 An unordered list element (equivalent to a UL tag in HTML).

See Also