UIResponder.ToggleUnderline(NSObject) 方法

定义

切换下划线的使用。

[Foundation.Export("toggleUnderline:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void ToggleUnderline (Foundation.NSObject sender);
abstract member ToggleUnderline : Foundation.NSObject -> unit
override this.ToggleUnderline : Foundation.NSObject -> unit

参数

sender
NSObject

调用此方法的对象。

此参数可以为 null

属性

适用于