ContentPresenter.TextWrapping Propiedad

Definición

Obtiene o establece cómo el elemento ajusta el texto.

public:
 property TextWrapping TextWrapping { TextWrapping get(); void set(TextWrapping value); };
TextWrapping TextWrapping();

void TextWrapping(TextWrapping value);
public TextWrapping TextWrapping { get; set; }
var textWrapping = contentPresenter.textWrapping;
contentPresenter.textWrapping = textWrapping;
Public Property TextWrapping As TextWrapping

Valor de propiedad

Valor que indica cómo ajusta el texto el elemento. El valor predeterminado es NoWrap.

Se aplica a