WKInterfaceButton.SetTitle Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
SetTitle(NSAttributedString) |
Establece el título en texto con formato. |
SetTitle(String) |
Establece el texto del título del botón. |
SetTitle(NSAttributedString)
Establece el título 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 que se va a mostrar.
Este parámetro puede ser null
.
- Atributos
Comentarios
attributedTitle
Puede que no contenga ningún NSTextAttachment objeto .
Se aplica a
SetTitle(String)
Establece el texto del título del botón.
[Foundation.Export("setTitle:")]
public virtual void SetTitle (string title);
abstract member SetTitle : string -> unit
override this.SetTitle : string -> unit
Parámetros
- Atributos