UITextInput_Extensions.GetTextStyling 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 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
- inDirection
- UITextStorageDirection