UITextView.GetFrameForDictationResultPlaceholder(NSObject) 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.
When overridden, customizes the placement of the dictation placeholder.
[Foundation.Export("frameForDictationResultPlaceholder:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CoreGraphics.CGRect GetFrameForDictationResultPlaceholder (Foundation.NSObject placeholder);
abstract member GetFrameForDictationResultPlaceholder : Foundation.NSObject -> CoreGraphics.CGRect
override this.GetFrameForDictationResultPlaceholder : Foundation.NSObject -> CoreGraphics.CGRect
Parameters
- placeholder
- NSObject
The value returned from InsertDictationResultPlaceholder().
Returns
The rectangle in which the dictation placeholder animation will display.
- Attributes
Remarks
Application developers who override this method should return a rectangle that is located where they will insert the dictation results.