---
title: NSView.LayerContentsPlacement.bottomLeft
framework: appkit
role: symbol
role_heading: Case
path: appkit/nsview/layercontentsplacement-swift.enum/bottomleft
---

# NSView.LayerContentsPlacement.bottomLeft

The content is positioned in the bottom-left corner of the bounds rectangle.

## Declaration

```swift
case bottomLeft
```

## See Also

### Constants

- [NSView.LayerContentsPlacement.scaleAxesIndependently](appkit/nsview/layercontentsplacement-swift.enum/scaleaxesindependently.md)
- [NSView.LayerContentsPlacement.scaleProportionallyToFit](appkit/nsview/layercontentsplacement-swift.enum/scaleproportionallytofit.md)
- [NSView.LayerContentsPlacement.scaleProportionallyToFill](appkit/nsview/layercontentsplacement-swift.enum/scaleproportionallytofill.md)
- [NSView.LayerContentsPlacement.center](appkit/nsview/layercontentsplacement-swift.enum/center.md)
- [NSView.LayerContentsPlacement.top](appkit/nsview/layercontentsplacement-swift.enum/top.md)
- [NSView.LayerContentsPlacement.topRight](appkit/nsview/layercontentsplacement-swift.enum/topright.md)
- [NSView.LayerContentsPlacement.right](appkit/nsview/layercontentsplacement-swift.enum/right.md)
- [NSView.LayerContentsPlacement.bottomRight](appkit/nsview/layercontentsplacement-swift.enum/bottomright.md)
- [NSView.LayerContentsPlacement.bottom](appkit/nsview/layercontentsplacement-swift.enum/bottom.md)
- [NSView.LayerContentsPlacement.left](appkit/nsview/layercontentsplacement-swift.enum/left.md)
- [NSView.LayerContentsPlacement.topLeft](appkit/nsview/layercontentsplacement-swift.enum/topleft.md)
