UILayoutConstraintAxis Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration of values used in flow layouts to specify which axis is being constrained.
C#
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UILayoutConstraintAxis
type UILayoutConstraintAxis =
- Inheritance
-
UILayoutConstraintAxis
- Attributes
Name | Value | Description |
---|---|---|
Horizontal | 0 | The constraint applies to the horizontal axis. |
Vertical | 1 | The constraint applies to the vertical axis. |
Produkt | Versioner |
---|---|
Xamarin iOS SDK | 12 |