UITextField.PlaceholderRect(CGRect) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此属性表示用于绘制文本的 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化 来自定义占位符矩形。