RubberBandAnimated Property |
Gets or sets a value that indicating whether the selection will animate or not.
Namespace:
Atalasoft.Imaging.WebControls
Assembly:
Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public bool Animated { get; set; }
Public Property Animated As Boolean
Get
Set
Property Value
Type:
Booleantrue if the RubberBand is animated; otherwise, false. The default is true.
Remarks When this is enabled, the RubberBand will appear to animate by switching the BackColor
and ForeColor.
See Also