SelectionMouseToolAnimationDuration Property |
Gets or sets the duration used with the built-in animation.
Namespace:
Atalasoft.Imaging.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public Duration AnimationDuration { get; set; }
Public Property AnimationDuration As Duration
Get
Set
Property Value
Type:
Duration The duration for the animation.
Remarks IsAnimated must be true for this property to take
affect.
See Also