You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi i added one image as an item to the RichItemcontrol. Do we have any property to know the position of that image in the container. whenever i zoom i need to track my image position in container, is there any property ??
Thank you .
The text was updated successfully, but these errors were encountered:
Hi!
So, if you have an image added in the RichItemsControl, to track the position of your image inside the container... Well that depends on you, as you have control over that image. How is it displayed, how is it moving inside the container if that's the case, and so on. You can subscribe to the Zooming event in RichItemsControl and work on getting the image position, you also have the BoundingBox property of the RichItemContainer so you know the container position.
Hi i added one image as an item to the RichItemcontrol. Do we have any property to know the position of that image in the container. whenever i zoom i need to track my image position in container, is there any property ??
Thank you .
The text was updated successfully, but these errors were encountered: