centerYAnchor property
NSLayoutYAxisAnchor
get
centerYAnchor
centerYAnchor
Implementation
NSLayoutYAxisAnchor get centerYAnchor {
objc.checkOsVersionInternal('UIView.centerYAnchor', iOS: (false, (9, 0, 0)));
final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_centerYAnchor);
return NSLayoutYAxisAnchor.castFromPointer(_ret, retain: true, release: true);
}