An enumeration of attributes for use with constraint-based layouts
Syntax
[ObjCRuntime.Native]
public enum NSLayoutAttribute
Remarks
Members
| Member Name | Description |
|---|
| Baseline | The line on which text without descenders sits. |
| Bottom | The bottom of the element. |
| BottomMargin | Documentation for this section has not yet been entered. |
| CenterX | The left-to-right midpoint of the element. |
| CenterXWithinMargins | Documentation for this section has not yet been entered. |
| CenterY | The top-to-bottom midpoint of the element. |
| CenterYWithinMargins | Documentation for this section has not yet been entered. |
| FirstBaseline | Documentation for this section has not yet been entered. |
| Height | The size of the element along the Y axis. |
| LastBaseline | Documentation for this section has not yet been entered. |
| Leading | In locales with right-to-left text, this value is equal to NSLayoutAttribute.Left. In locales such as Hebrew or Arabic, equal to NSLayoutAttribute.Right. |
| LeadingMargin | Documentation for this section has not yet been entered. |
| Left | The left-most X value of the element. |
| LeftMargin | Documentation for this section has not yet been entered. |
| NoAttribute | Indicates no attribute. |
| Right | The right-most X value of the element. |
| RightMargin | Documentation for this section has not yet been entered. |
| Top | The top-most Y value of the element. |
| TopMargin | Documentation for this section has not yet been entered. |
| Trailing | In locales with right-to-left text, this value is equal to NSLayoutAttribute.Right. In locales such as Hebrew or Arabic, equal to NSLayoutAttribute.Left. |
| TrailingMargin | Documentation for this section has not yet been entered. |
| Width | The size of the element along the X axis. |
Related content
Requirements
Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0