[]
        
(Showing Draft Content)

C1.WPF.TreeView.C1TreeViewLinePanel

C1TreeViewLinePanel Class

A Panel which contains the vertical lines.

Inheritance
C1TreeViewLinePanel
Namespace: C1.WPF.TreeView
Assembly: C1.WPF.TreeView.dll
Syntax
public class C1TreeViewLinePanel : Canvas, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IDisposable

Constructors

Name Description
C1TreeViewLinePanel()

Initializes a new instance of the C1TreeViewLinePanel class.

Fields

Name Description
LineDashArrayProperty

Identifies the LineDashArray dependency property.

LineStrokeProperty

Identifies the LineStroke dependency property.

LineStyleProperty

Identifies the LineStyle dependency property.

LineThicknessProperty

Identifies the LineThickness dependency property.

Properties

Name Description
IsDisposed

Gets whether this instance is disposed.

LineDashArray

Gets or sets a Collection of System.Double values that indicates the pattern of dashes and gaps that is used to the connecting lines.

LineStroke

Gets or sets the brush used to paint the connecting lines.

LineStyle

Gets or sets a Style of the lines in C1TreeViewLinePanel .

LineThickness

Gets or sets the thickness of the connecting lines.

Methods

Name Description
Dispose()
Dispose(bool)
Finalize()

Finalizes this instance of the C1TreeViewLinePanel class.

OnApplyTemplate()
OnRenderSizeChanged(SizeChangedInfo)