Share via


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"/>

속성 값

각 텍스트 줄에 대해 줄 상자 높이가 결정되는 방식을 나타내는 값입니다. 기본값은 전체입니다.

적용 대상