[]
        
(Showing Draft Content)

C1.WPF.TreeView.C1TreeViewLine

C1TreeViewLine Class

Vertical connecting line.

Inheritance
C1TreeViewLine
Namespace: C1.WPF.TreeView
Assembly: C1.WPF.TreeView.dll
Syntax
[TemplatePart(Name = "Line", Type = typeof(Shape))]
public class C1TreeViewLine : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable

Constructors

Name Description
C1TreeViewLine()

Initializes a new instance of the C1TreeViewLine class.

Fields

Name Description
DataProperty

Identifies the Data dependency property.

StrokeDashArrayProperty

Identifies the StrokeDashArray dependency property.

StrokeProperty

Identifies the Stroke dependency property.

StrokeThicknessProperty

Identifies the StrokeThickness dependency property.

Properties

Name Description
Data

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

IsDisposed

Gets whether this instance is disposed.

Stroke

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

StrokeDashArray

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

StrokeThickness

Gets or sets the thickness of the connecting lines.

Methods

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

Finalizes this instance of the C1TreeViewLine class.

OnApplyTemplate()

Events

Name Description
StrokeDashArrayChanged

Event raised when the StrokeDashArray property has changed.