@override int get top => _getIntProp("Top");
@override set top(int value) => _setIntProp("Top", value);