Gets or sets the SelectedStyleType. 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 IListStyleType SelectedStyleType { get; set; }
Visual Basic
Public Property SelectedStyleType As IListStyleType
	Get
	Set
Visual C++
public:
property IListStyleType^ SelectedStyleType {
	IListStyleType^ get ();
	void set (IListStyleType^ value);
}

Remarks

Dependency Property Information
Identifier fieldSelectedStyleTypeProperty
Metadata properties set to trueNone

See Also