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]\(全体\) です。

適用対象