MouseOptionsAnimateWhileHandling Property |
Gets or sets whether or not mouse events will allow for animation to continue as they are handled.
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool AnimateWhileHandling { get; set; }
Public Property AnimateWhileHandling As Boolean
Get
Set
public:
property bool AnimateWhileHandling {
bool get ();
void set (bool value);
}
member AnimateWhileHandling : bool with get, set
Property Value
Type:
BooleanSee Also