UITextField.LeftViewRect(CGRect) 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.
Returns the rectangle in which the LeftView should be displayed.
[Foundation.Export("leftViewRectForBounds:")]
public virtual CoreGraphics.CGRect LeftViewRect (CoreGraphics.CGRect forBounds);
abstract member LeftViewRect : CoreGraphics.CGRect -> CoreGraphics.CGRect
override this.LeftViewRect : CoreGraphics.CGRect -> CoreGraphics.CGRect
Parameters
- forBounds
- CGRect
The bounding rectangle of the view.
Returns
- Attributes
Remarks
Do not call this method directly. It is provided so that subclasses may customize location of the LeftView.