allowsDefaultTighteningForTruncation property
bool
get
allowsDefaultTighteningForTruncation
allowsDefaultTighteningForTruncation
Implementation
bool get allowsDefaultTighteningForTruncation {
objc.checkOsVersionInternal('UILabel.allowsDefaultTighteningForTruncation', iOS: (false, (9, 0, 0)));
return _objc_msgSend_91o635(this.ref.pointer, _sel_allowsDefaultTighteningForTruncation);
}
set
allowsDefaultTighteningForTruncation
(bool value)
setAllowsDefaultTighteningForTruncation:
Implementation
set allowsDefaultTighteningForTruncation(bool value) {
objc.checkOsVersionInternal('UILabel.setAllowsDefaultTighteningForTruncation:', iOS: (false, (9, 0, 0)));
_objc_msgSend_1s56lr9(this.ref.pointer, _sel_setAllowsDefaultTighteningForTruncation_, value);
}