Gets or sets the indentation, in pixels, of the first line of text in a block.

Namespace:  C1.Silverlight.RichTextBox.Documents
Assembly:  C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)

Syntax

C#
public double TextIndent { get; set; }
Visual Basic
Public Property TextIndent As Double
	Get
	Set

See Also