UIBaselineAdjustment 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 that specifies text baseline alignment.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIBaselineAdjustment
type UIBaselineAdjustment =
- Inheritance
-
UIBaselineAdjustment
- Attributes
Fields
Name | Value | Description |
---|---|---|
AlignBaselines | 0 | Aligns using the font baselines. |
AlignCenters | 1 | Aligns on the center. |
None | 2 | No alignment. |