Gets or sets the whether any style is selected. 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 bool IsChecked { get; set; }
Visual Basic
Public Property IsChecked As Boolean
	Get
	Set
Visual C++
public:
property bool IsChecked {
	bool get ();
	void set (bool value);
}

Remarks

Dependency Property Information
Identifier fieldIsCheckedProperty
Metadata properties set to trueNone

See Also