RubberBandPosition Property |
Gets or sets the starting position of the selection, if it's visible.
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 Point Position { get; set; }
Public Property Position As Point
Get
Set
Property Value
Type:
PointThe starting position of the selection, if it's visible.
Remarks This property is based on the upper left corner of the control. If the position is set to a location that
is not on the control, the client side JavaScript will move the selection to the closest valid point.
See Also