WKInterfaceSwitch.SetTitle Método

Definición

Sobrecargas

SetTitle(NSAttributedString)

Establece el título del modificador en texto con formato.

SetTitle(String)

Establece el título del modificador.

SetTitle(NSAttributedString)

Establece el título del modificador en texto con formato.

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

Parámetros

attributedTitle
NSAttributedString

Texto con formato del título del modificador.

Este parámetro puede ser null.

Atributos

Se aplica a

SetTitle(String)

Establece el título del modificador.

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

Parámetros

title
String

Texto del título del modificador.

Este parámetro puede ser null.

Atributos

Se aplica a