Share via


RichTextBlock.TextLineBounds プロパティ

定義

RichTextBlock のテキスト行ごとに行ボックスの高さを決定する方法を示す値を取得または設定します。

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

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

プロパティ値

RichTextBlock 内のテキスト行ごとに行ボックスの高さが決定される方法を示す値です。 既定値は [Full]\(全体\) です。

注釈

TextLineBounds のさまざまな値が隣接するテキスト行に与える影響の図については、「TextLineBounds」を参照してください。

適用対象