textMaxAngle property
NSExpression
get
textMaxAngle
textMaxAngle
Implementation
NSExpression get textMaxAngle {
final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_textMaxAngle);
return NSExpression.castFromPointer(_ret, retain: true, release: true);
}
set
textMaxAngle
(NSExpression value)
setTextMaxAngle:
Implementation
set textMaxAngle(NSExpression value) {
_objc_msgSend_xtuoz7(this.ref.pointer, _sel_setTextMaxAngle_, value.ref.pointer);
}