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