[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1List

C1List Class

A block-level flow content element that provides facilities for presenting content in an ordered or unordered list.

Inheritance
C1List
Namespace: C1.WPF.RichTextBox.Documents
Assembly: C1.WPF.RichTextBox.dll
Syntax
public class C1List : C1Block, IEnumerable<C1TextElement>, IEnumerable

Constructors

Name Description
C1List()

Initializes a new C1List.

Fields

Name Description
MarkerImageProperty

Identifies the MarkerImage style property.

MarkerStyleProperty

Identifies the MarkerStyle style property.

MarkerTemplateProperty

Identifies the MarkerTemplate style property.

StartIndexProperty

Identifies the StartIndex style property.

Properties

Name Description
ListItems

Gets the collection of C1ListItem elements in the C1List.

Margin

Gets or sets the margin of a text element.

MarkerImage

Gets or sets a BitmapSource used to draw the markers in the C1List. If this property is set, MarkerStyle is ignored.

MarkerStyle

Gets or sets the TextMarkerStyle used in the C1List.

MarkerTemplate

Gets or sets a DataTemplate used to draw the markers in the C1List. If this property is set, MarkerStyle and MarkerImage are ignored.

StartIndex

Gets or sets the starting index to use when the MarkerStyle is for an ordered list.

Methods

Name Description
IsValidChild(Type)

Checks whether a type is a valid child of this C1TextElement.