Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Déclaration
Public Property MouseHoverDelay As Integer
Get
Set
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.