IUITextInput.GetBaseWritingDirection Method
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.
Gets the base writing direction for a text position.
[Foundation.Export("baseWritingDirectionForPosition:inDirection:")]
[Foundation.Preserve(Conditional=true)]
public UIKit.UITextWritingDirection GetBaseWritingDirection (UIKit.UITextPosition forPosition, UIKit.UITextStorageDirection direction);
abstract member GetBaseWritingDirection : UIKit.UITextPosition * UIKit.UITextStorageDirection -> UIKit.UITextWritingDirection
Parameters
- forPosition
- UITextPosition
A positioning object that indicates a specified location.
- direction
- UITextStorageDirection
Constant indicating layout direction.
Returns
A text-range object that represents the distance from position to the farthest extent in a given direction.
- Attributes