RoutedUICommand.Text Propriedade

Definição

Obtém ou define o texto que descreve este comando.

public:
 property System::String ^ Text { System::String ^ get(); void set(System::String ^ value); };
public string Text { get; set; }
member this.Text : string with get, set
Public Property Text As String

Valor da propriedade

O texto que descreve o comando . O padrão é uma cadeia de caracteres vazia.

Aplica-se a

Confira também