Gets or sets a value indicating whether the mouse over is over this control.

Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
public bool IsMouseOver { get; set; }
Visual Basic
Public Property IsMouseOver As Boolean
	Get
	Set

See Also