UITextField.GetTextStyling(UITextPosition, UITextStorageDirection) Method

Definition

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

Applies to