baselineOffsetFromBottom property
double
get
baselineOffsetFromBottom
The baseline offset is expressed in points from the bottom of the image (positive = up, negative = down). If the image doesn't have a defined baseline, this value will be 0, but you can use -hasBaseline to see if it actually has one defined (because it is perfectly possible to have a baseline with the value of 0).
Implementation
double get baselineOffsetFromBottom {
return objc.useMsgSendVariants
? _objc_msgSend_1ukqyt8Fpret(this.ref.pointer, _sel_baselineOffsetFromBottom)
: _objc_msgSend_1ukqyt8(this.ref.pointer, _sel_baselineOffsetFromBottom);
}