UIKit.UITextField.DrawPlaceholder Method
Will draw the placeholder text in the provided rectangle.

Syntax

[Foundation.Export("drawPlaceholderInRect:")]
public virtual void DrawPlaceholder (CoreGraphics.CGRect rect)

Parameters

rect
The rectangle that will hold the placeholder text.

Remarks

Do not call this method directly. It is provided to custom the location of the placeholder text. Subclasses of UIKit.UITextField that override this property should still call the base method and modify the original returned rectangle. If the subclass renders the text itself, then the base method should not be called.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0