topCapHeight property

int get topCapHeight

default is 0. if non-zero, vert. stretchable. bottom cap is calculated as height - topCapWidth - 1

Implementation

int get topCapHeight {
  return _objc_msgSend_1hz7y9r(this.ref.pointer, _sel_topCapHeight);
}