[]
        
(Showing Draft Content)

C1.WPF.C1TreeViewLine

C1TreeViewLine Class

Vertical connecting line.

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

Constructors

Name Description
C1TreeViewLine()

Initializes a new instance of a C1TreeViewLine.

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.

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
OnApplyTemplate()

Builds the visual tree for the C1TreeViewLine control when a new template is applied.

Events

Name Description
StrokeDashArrayChanged

Event raised when the StrokeDashArray property has changed.

Extension Methods