Поделиться через


ContentPresenter.TextLineBounds Свойство

Определение

Возвращает или задает значение, указывающее, как определяется высота поля строки для каждой строки текста, отображаемой в 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"/>

Значение свойства

Значение типа , указывающее, как определяется высота поля строки для каждой строки текста. Значение по умолчанию используется параметр Full.

Применяется к