Table of Contents
LineImages Property

Gets a TreeViewLineImages object that controls images to be displayed on all level tree nodes' indent space.

Syntax
 public TreeViewLineImages LineImages { get; }

Property Value

TreeViewLineImages

An object that controls images to be displayed on all level tree nodes' indent space.

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

Remarks

You can specifies images to be displayed on indent space for TreeNodes in different locations. For example, different images might be used for tree nodes that are on the top, middle or bottom of the group.

See Also