Table of Contents
IndentWidth Property

Gets or sets the indent width in pixel.

Syntax
 public Int32 IndentWidth { get; set; }
Remarks

This property specifies the amount of indent in pixel when user uses the Indent command to indent a block in edit (Design) mode. It is not to be confused with HtmlIndentWidth, which specifies the amount of indent between an inner element and its parent element when formatting the editor contents into HTML.

See Also