ASPxClientRichEditFloatingObjectMovedEventArgs.newPosition Property
In This Article
The floating object’s new position.
#Declaration
TypeScript
newPosition: number
#Property Value
Type | Description |
---|---|
number | The position. |
#Remarks
The newPosition property returns the position where a user moved the floating object. Set this property to relocate the object.
See Also