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.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.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: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.