UITextInput_Extensions.GetTextStyling Method

Definition

Returns a dictionary of style properties for text at the atPosition position.

public static Foundation.NSDictionary GetTextStyling (this UIKit.IUITextInput This, UIKit.UITextPosition atPosition, UIKit.UITextStorageDirection inDirection);
static member GetTextStyling : UIKit.IUITextInput * UIKit.UITextPosition * UIKit.UITextStorageDirection -> Foundation.NSDictionary

Parameters

This
IUITextInput

The instance on which this method operates.

atPosition
UITextPosition

Returns

Applies to