UITextStorageDirection 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 enumeation indicating the direction in which text is stored.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UITextStorageDirection
type UITextStorageDirection =
- Inheritance
-
UITextStorageDirection
- Attributes
Fields
Backward | 1 | The text is stored in a backward direction. |
Forward | 0 | The text is stored in a forward direction. |