Sdílet prostřednictvím


UITextInput_Extensions.GetTextStyling Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Foundation.NSDictionary GetTextStyling(this UIKit.IUITextInput This, UIKit.UITextPosition atPosition, UIKit.UITextStorageDirection inDirection);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetTextStyling : UIKit.IUITextInput * UIKit.UITextPosition * UIKit.UITextStorageDirection -> Foundation.NSDictionary

Parameters

atPosition
UITextPosition

Returns

Attributes

Applies to