Interface ISupportMouseOver
Interface for mouse over support.
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public interface ISupportMouseOver
Properties
IsMouseOver
Gets a value indicating whether this instance is mouse over.
Declaration
bool IsMouseOver { get; }
Property Value
System.Boolean
|