rightAnchor property
NSLayoutXAxisAnchor
get
rightAnchor
rightAnchor
Implementation
NSLayoutXAxisAnchor get rightAnchor {
objc.checkOsVersionInternal('UIView.rightAnchor', iOS: (false, (9, 0, 0)));
final $ret = _objc_msgSend_151sglz(object$.ref.pointer, _sel_rightAnchor);
return NSLayoutXAxisAnchor.fromPointer($ret, retain: true, release: true);
}