effectiveContentHorizontalAlignment property
UIControlContentHorizontalAlignment
get
effectiveContentHorizontalAlignment
effectiveContentHorizontalAlignment
Implementation
UIControlContentHorizontalAlignment get effectiveContentHorizontalAlignment {
objc.checkOsVersionInternal('UIControl.effectiveContentHorizontalAlignment', iOS: (false, (2, 0, 0)));
final _ret = _objc_msgSend_18109rm(this.ref.pointer, _sel_effectiveContentHorizontalAlignment);
return UIControlContentHorizontalAlignment.fromValue(_ret);
}