An enumeration indicating the resizing style for
UIKit.UIViews.
Syntax
[ObjCRuntime.Native]
[System.Flags]
public enum UIViewAutoresizing
Remarks
Members
| Member Name | Description |
|---|
| All | The UIView resizes on all sides. |
| FlexibleBottomMargin | Resizing is performed by expanding or shrinking the UIView in the direction of the bottom margin. |
| FlexibleDimensions | Combines UIViewAutoresizing.FlexibleHeight and UIViewAutoresizing.FlexibleWidth. |
| FlexibleHeight | Resizing is performed by expanding or shrinking the UIView's height. |
| FlexibleLeftMargin | Resizing is performed by expanding or shrinking the UIView in the direction of the left margin. |
| FlexibleMargins | Combination of all flexible margin values. |
| FlexibleRightMargin | Resizing is performed by expanding or shrinking the UIView in the direction of the right margin. |
| FlexibleTopMargin | Resizing is performed by expanding or shrinking the UIView in the direction of the top margin. |
| FlexibleWidth | Resizing is performed by expanding or shrinking the UIView's width. |
| None | Indicates that the view does not resize. |
Requirements
Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0