I have a UIElement that has various transformations performed on it (scale and translate).
Is there a way to get the UIElement\'s position after transformation? I t
EDIT:
ok how about this ?
myObjectTransform.GetValue(CompositeTransform.TranslateXProperty)
and
myObjectTransform.GetValue(CompositeTransform.TranslateYProperty)