---
title: flexibleLeftMargin
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uiview/autoresizingmask-swift.struct/flexibleleftmargin
---

# flexibleLeftMargin

Resizing performed by expanding or shrinking a view in the direction of the left margin.

## Declaration

```swift
static var flexibleLeftMargin: UIView.AutoresizingMask { get }
```

## See Also

### Constants

- [flexibleWidth](uikit/uiview/autoresizingmask-swift.struct/flexiblewidth.md)
- [flexibleRightMargin](uikit/uiview/autoresizingmask-swift.struct/flexiblerightmargin.md)
- [flexibleTopMargin](uikit/uiview/autoresizingmask-swift.struct/flexibletopmargin.md)
- [flexibleHeight](uikit/uiview/autoresizingmask-swift.struct/flexibleheight.md)
- [flexibleBottomMargin](uikit/uiview/autoresizingmask-swift.struct/flexiblebottommargin.md)
