List


ListHierarchy: DependencyObject FrameworkContentElement TextElement Block

 <List     MarkerOffset="2"     MarkerStyle="Box|Circle|Decimal|Disc|LowerLatin|LowerRoman|None|                  Square|UpperLatin|UpperRoman"     StartIndex="1" /> 

<List .../> implements an element that presents child content in the form of an ordered or unordered list. List may contain only ListItem elements as children.

Attributes


MarkerOffset (optional)

The desired distance, as a Double, between the ListElement and the edge of the marker.


MarkerStyle (optional)

The desired style of marker for the list.


Box

A solid square box


Circle

A hollow disc circle


Decimal

A numeric value, starting at 1


Disc

A solid disc circle


LowerLatin

Lowercase ASCII characters in alphabetic sequence, i.e., a, b, c, d, etc.


LowerRoman

Lowercase Roman numerals, i.e., i, ii, iii, iv, etc.


None

No marker


Square

A hollow square shape


UpperLatin

Uppercase ASCII characters in alphabetic sequence, i.e., A, B, C, D, etc.


UpperRoman

Uppercase Roman numerals, i.e., I, II, III, IV, etc.


StartIndex (optional)

The index, as an Integer, of the first ListItem child for this List.




XAML in a Nutshell
XAML in a Nutshell (In a Nutshell (OReilly))
ISBN: 0596526733
EAN: 2147483647
Year: 2007
Pages: 217

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net