DiagramClientView.MouseHoverDelay Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the amount to delay the raising of the shape MouseHover event. Units are in milliseconds.
public:
property int MouseHoverDelay { int get(); void set(int value); };
public int MouseHoverDelay { get; set; }
member this.MouseHoverDelay : int with get, set
Public Property MouseHoverDelay As Integer