Table of Contents
Margin Property

Gets a TreeViewMargin object that controls image to be displayed on the left margin of a TreeView.

Syntax
 public TreeViewMargin Margin { get; }

Property Value

TreeViewMargin

An object that controls the image to be displayed on a TreeView's left margin.

This property is read only. However, you can access the properties and methods of the object it returns.

Remarks

Image specified in this property will be displayed in the space between the left most border of the TreeView and top level nodes.

See Also