The distance (in pixels) between the left edge of the RichTextBox control and the left edge of the text that is selected or added at the current insertion point.
[Visual Basic] Public Property SelectionIndent As Integer [C#] public int SelectionIndent {get; set;} [C++] public: __property int get_SelectionIndent(); public: __property void set_SelectionIndent(int); [JScript] public function get SelectionIndent() : int; public function set SelectionIndent(int);
RichTextBox Class | RichTextBox Members | System.WinForms Namespace