DiagramClientView.MouseHoverDelay Property
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Public Property MouseHoverDelay As Integer
'Usage
Dim instance As DiagramClientView
Dim value As Integer
value = instance.MouseHoverDelay
instance.MouseHoverDelay = value
public int MouseHoverDelay { get; set; }
public:
property int MouseHoverDelay {
int get ();
void set (int value);
}
public function get MouseHoverDelay () : int
public 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.