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中特定段落的此設定。

適用於

另請參閱