UITextField.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.
The frame in which the dictation results should be displayed.
[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