RichTextBlock.TextIndent プロパティ

定義

RichTextBlock の各段落のテキストの最初の行のインデントを取得または設定します。

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

void TextIndent(double value);
public double TextIndent { get; set; }
var double = richTextBlock.textIndent;
richTextBlock.textIndent = double;
Public Property TextIndent As Double
<RichTextBlock TextIndent="double"/>

プロパティ値

Double

double

段落内のテキストの最初の行のオフセット量。

注釈

この設定は、Paragraph.TextIndent プロパティを別の値に設定することで、RichTextBlock 内の特定の段落に対してオーバーライドできます。

適用対象

こちらもご覧ください