---
title: baselineOffsetFromBottom
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiimage/baselineoffsetfrombottom-3emg
---

# baselineOffsetFromBottom

The position of the baseline relative to the bottom of the image.

## Declaration

```swift
var baselineOffsetFromBottom: CGFloat? { get }
```

## Discussion

Discussion Positive values place the baseline up inside the image, and negative values place the baseline below the bottom of the image. When the value of this property is 0.0, the baseline position is equal to the bottom of the image.
