Gets or sets the items to be displayed in the ListStyleTypePicker. This is a dependency property.

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

Syntax

C#
public ReadOnlyCollection<IListStyleType> ItemsSource { get; set; }
Visual Basic
Public Property ItemsSource As ReadOnlyCollection(Of IListStyleType)
	Get
	Set
Visual C++
public:
property ReadOnlyCollection<IListStyleType^>^ ItemsSource {
	ReadOnlyCollection<IListStyleType^>^ get ();
	void set (ReadOnlyCollection<IListStyleType^>^ value);
}

Remarks

Dependency Property Information
Identifier fieldItemsSourceProperty
Metadata properties set to trueNone

See Also