Gets or sets the icon that appears in the MenuItem. This is typically an Image control. 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 Object Icon { get; set; }
Visual Basic
Public Property Icon As Object
	Get
	Set
Visual C++
public:
property Object^ Icon {
	Object^ get ();
	void set (Object^ value);
}

See Also