ItemDrawInfo.Indent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the margin from the left side of the list field to the left side of the item image (or item text if no image exists).
public:
property double Indent { double get(); void set(double value); };
public double Indent { get; set; }
member this.Indent : double with get, set
Public Property Indent As Double