Share via


UITextView.GetTextStyling(UITextPosition, UITextStorageDirection) Method

Definition

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

[Foundation.Export("textStylingAtPosition:inDirection:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSDictionary GetTextStyling(UIKit.UITextPosition atPosition, UIKit.UITextStorageDirection inDirection);
[<Foundation.Export("textStylingAtPosition:inDirection:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetTextStyling : UIKit.UITextPosition * UIKit.UITextStorageDirection -> Foundation.NSDictionary
override this.GetTextStyling : UIKit.UITextPosition * UIKit.UITextStorageDirection -> Foundation.NSDictionary

Parameters

atPosition
UITextPosition

Returns

Implements

Attributes

Applies to