共用方式為


UITextField.RightViewRect(CGRect) 方法

定義

這個方法會傳回 的位置 RightView

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

參數

forBounds
CGRect

週框。

傳回

屬性

備註

請勿直接呼叫這個方法。 它提供以允許子類別化的 自訂 RightView

適用於