UITextView.GetTextStyling(UITextPosition, UITextStorageDirection) 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.
Returns a NSDictionary of styling properties at the position and in the direction specified.
[Foundation.Export("textStylingAtPosition:inDirection:")]
public virtual Foundation.NSDictionary GetTextStyling (UIKit.UITextPosition atPosition, UIKit.UITextStorageDirection inDirection);
abstract member GetTextStyling : UIKit.UITextPosition * UIKit.UITextStorageDirection -> Foundation.NSDictionary
override this.GetTextStyling : UIKit.UITextPosition * UIKit.UITextStorageDirection -> Foundation.NSDictionary
Parameters
- atPosition
- UITextPosition
A position within a document.
- inDirection
- UITextStorageDirection
The direction of the styling.
Returns
- Attributes