Gets the collection of ordered list styles offered in the toolbar.
Namespace: Mindscape.SilverlightElementsAssembly: 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 (); } |