WKInterfaceButton.SetTitle 方法

定义

重载

SetTitle(NSAttributedString)

将标题设置为带格式的文本。

SetTitle(String)

设置按钮的标题文本。

SetTitle(NSAttributedString)

将标题设置为带格式的文本。

[Foundation.Export("setAttributedTitle:")]
public virtual void SetTitle (Foundation.NSAttributedString attributedTitle);
abstract member SetTitle : Foundation.NSAttributedString -> unit
override this.SetTitle : Foundation.NSAttributedString -> unit

参数

attributedTitle
NSAttributedString

要显示的格式化文本。

此参数可以为 null

属性

注解

不能 attributedTitle 包含任何 NSTextAttachment 对象。

适用于

SetTitle(String)

设置按钮的标题文本。

[Foundation.Export("setTitle:")]
public virtual void SetTitle (string title);
abstract member SetTitle : string -> unit
override this.SetTitle : string -> unit

参数

title
String

要显示在按钮上的文本。

此参数可以为 null

属性

适用于