The distance (in pixels) between the left edge of the first line of text in the selected paragraph(s) (as specified by the SelectionIndent property) and the left edge of subsequent lines of text in the same paragraph(s).
[Visual Basic] Public Property SelectionHangingIndent As Integer [C#] public int SelectionHangingIndent {get; set;} [C++] public: __property int get_SelectionHangingIndent(); public: __property void set_SelectionHangingIndent(int); [JScript] public function get SelectionHangingIndent() : int; public function set SelectionHangingIndent(int);
RichTextBox Class | RichTextBox Members | System.WinForms Namespace