Wimark.Controls Class Library  

RichTextBox.SelectionHangingIndent Property

Gets or sets the distance between the left edge of the first line of text in the selected paragraph and the left edge of subsequent lines in the same paragraph.

[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);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

RichTextBox Class | RichTextBox Members | Wimark.Controls Namespace