DiagramClientView.MouseHoverDelay Property

Gets or sets the amount to delay the raising of the shape MouseHover event. Units are in milliseconds.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Syntax

'Declaration
Public Property MouseHoverDelay As Integer
public int MouseHoverDelay { get; set; }
public:
property int MouseHoverDelay {
    int get ();
    void set (int value);
}
member MouseHoverDelay : int with get, set
function get MouseHoverDelay () : int 
function set MouseHoverDelay (value : int)

Property Value

Type: Int32

.NET Framework Security

See Also

Reference

DiagramClientView Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace