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