Gets or sets a Style of the lines in C1TreeViewLinePanel .

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public Style LineStyle { get; set; }
Visual Basic
Public Property LineStyle As Style
	Get
	Set

Remarks

This is a dependency property.

See Also