MonoTouch.UIKit.UIViewAutoresizing Enumeration
An enumeration indicating the resizing style for MonoTouch.UIKit.UIViews.

Syntax

[MonoTouch.ObjCRuntime.Native]
[System.Flags]
public enum UIViewAutoresizing

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
AllThe UIView resizes on all sides.
FlexibleBottomMarginResizing is performed by expanding or shrinking the UIView in the direction of the bottom margin.
FlexibleDimensionsCombines UIViewAutoresizing.FlexibleHeight and UIViewAutoresizing.FlexibleWidth.
FlexibleHeightResizing is performed by expanding or shrinking the UIView's height.
FlexibleLeftMarginResizing is performed by expanding or shrinking the UIView in the direction of the left margin.
FlexibleMarginsCombination of all flexible margin values.
FlexibleRightMarginResizing is performed by expanding or shrinking the UIView in the direction of the right margin.
FlexibleTopMarginResizing is performed by expanding or shrinking the UIView in the direction of the top margin.
FlexibleWidthResizing is performed by expanding or shrinking the UIView's width.
NoneIndicates that the view does not resize.

Requirements

Namespace: MonoTouch.UIKit
Assembly: monotouch (in monotouch.dll)
Assembly Versions: 0.0.0.0