UILayoutConstraintAxis Enum
Definition
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.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UILayoutConstraintAxis
type UILayoutConstraintAxis =
- Inheritance
-
UILayoutConstraintAxis
- Attributes
Fields
Name | Value | Description |
---|---|---|
Horizontal | 0 | The constraint applies to the horizontal axis. |
Vertical | 1 | The constraint applies to the vertical axis. |