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