共用方式為


UITextField.BeginFloatingCursor(CGPoint) 方法

定義

開始在指定的 point 上顯示浮動資料指標。

[Foundation.Export("beginFloatingCursorAtPoint:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void BeginFloatingCursor (CoreGraphics.CGPoint point);
abstract member BeginFloatingCursor : CoreGraphics.CGPoint -> unit
override this.BeginFloatingCursor : CoreGraphics.CGPoint -> unit

參數

point
CGPoint
屬性

適用於