ContentPresenter.TextLineBounds Propriété

Définition

Obtient ou définit une valeur qui indique comment la hauteur de la zone de ligne est déterminée pour chaque ligne de texte affichée dans contentPresenter.

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

void TextLineBounds(TextLineBounds value);
public TextLineBounds TextLineBounds { get; set; }
var textLineBounds = contentPresenter.textLineBounds;
contentPresenter.textLineBounds = textLineBounds;
Public Property TextLineBounds As TextLineBounds
<ContentPresenter TextLineBounds="textLineBoundsValue"/>

Valeur de propriété

Valeur qui indique comment la hauteur de la zone de ligne est déterminée pour chaque ligne de texte. La valeur par défaut est Full (Complète).

S’applique à