---
title: layerMinXMargin
framework: quartzcore
role: symbol
role_heading: Type Property
path: quartzcore/caautoresizingmask/layerminxmargin
---

# layerMinXMargin

The left margin between the receiver and its superview is flexible.

## Declaration

```swift
static var layerMinXMargin: CAAutoresizingMask { get }
```

## See Also

### Constants

- [init(rawValue:)](quartzcore/caautoresizingmask/init(rawvalue:).md)
- [layerWidthSizable](quartzcore/caautoresizingmask/layerwidthsizable.md)
- [layerMaxXMargin](quartzcore/caautoresizingmask/layermaxxmargin.md)
- [layerMinYMargin](quartzcore/caautoresizingmask/layerminymargin.md)
- [layerHeightSizable](quartzcore/caautoresizingmask/layerheightsizable.md)
- [layerMaxYMargin](quartzcore/caautoresizingmask/layermaxymargin.md)
