Method SetAbsolutePosition
SetAbsolutePosition(AbsoluteLayout, double, double)
Sets the absolute position of the dialog within the specified layout.
public virtual void SetAbsolutePosition(AbsoluteLayout layout, double x, double y)
Parameters
layout
AbsoluteLayoutThe parent layout in which the dialog is to be positioned.
x
doubleThe X-coordinate of the position.
y
doubleThe Y-coordinate of the position.