171172173174175176177
* Returns a value property for observing the location of a {@link Control}. * * @return a value property for observing the location of a {@link Control}. */ public static IWidgetValueProperty location() { return new ControlLocationProperty(); }