Gets the collection of unordered 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> UnorderedListStyles { get; }
Visual Basic
Public ReadOnly Property UnorderedListStyles As ReadOnlyCollection(Of IListStyleType)
	Get
Visual C++
public:
property ReadOnlyCollection<IListStyleType^>^ UnorderedListStyles {
	ReadOnlyCollection<IListStyleType^>^ get ();
}

See Also