[]
A block-level flow content element that provides facilities for presenting content in an ordered or unordered list.
public class C1List : C1Block, IEnumerable<C1TextElement>, IEnumerable
| Name | Description |
|---|---|
| C1List() | Initializes a new C1List. |
| 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. |
| 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. |
| Name | Description |
|---|---|
| IsValidChild(Type) | Checks whether a type is a valid child of this C1TextElement. |