UITextInputTokenizer.ProbeDirectionWithinTextUnit 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.
Whether the specified probePosition is within a text unit of the specified granularity and direction.
[Foundation.Export("isPosition:withinTextUnit:inDirection:")]
public abstract bool ProbeDirectionWithinTextUnit (UIKit.UITextPosition probePosition, UIKit.UITextGranularity withinTextUnit, UIKit.UITextDirection inDirection);
abstract member ProbeDirectionWithinTextUnit : UIKit.UITextPosition * UIKit.UITextGranularity * UIKit.UITextDirection -> bool
Parameters
- probePosition
- UITextPosition
- withinTextUnit
- UITextGranularity
- inDirection
- UITextDirection
Returns
Implements
- Attributes