Gets the collection of ordered list styles offered in the toolbar.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public ReadOnlyCollection<IListStyleType> OrderedListStyles { get; }
Visual Basic
Public ReadOnly Property OrderedListStyles As ReadOnlyCollection(Of IListStyleType)
	Get
Visual C++
public:
property ReadOnlyCollection<IListStyleType^>^ OrderedListStyles {
	ReadOnlyCollection<IListStyleType^>^ get ();
}

See Also