RichTextBlock.TextIndent 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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 中特定段落的此設定。