[]
        
(Showing Draft Content)

C1.WPF.C1TreeViewLinePanel

C1TreeViewLinePanel Class

A Panel which contains the vertical lines.

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

Constructors

Name Description
C1TreeViewLinePanel()

Initializes a new instance of a C1TreeViewLinePanel.

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
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
OnRenderSizeChanged(SizeChangedInfo)

Extension Methods