UITextField.PlaceholderRect(CGRect) 方法

定义

此属性表示用于绘制文本的 Placeholder 矩形。

[Foundation.Export("placeholderRectForBounds:")]
public virtual CoreGraphics.CGRect PlaceholderRect (CoreGraphics.CGRect forBounds);
abstract member PlaceholderRect : CoreGraphics.CGRect -> CoreGraphics.CGRect
override this.PlaceholderRect : CoreGraphics.CGRect -> CoreGraphics.CGRect

参数

forBounds
CGRect

用于绘制占位符文本的矩形。

返回

属性

注解

请勿直接调用此方法。 提供了 ,以便通过子类 UITextField化 来自定义占位符矩形。

适用于