Specifies whether a list in a RichTextEditor has ordered
captions.
Namespace: Mindscape.SilverlightElementsAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
public enum ListType |
| Visual Basic |
|---|
Public Enumeration ListType |
| Visual C++ |
|---|
public enum class ListType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Ordered | 0 | List entry captions are ordered (e.g. 1, 2, 3...). | |
| Unordered | 1 | List entry captions are not ordered (e.g. a bullet list). |