[]
Vertical connecting line.
[TemplatePart(Name = "Line", Type = typeof(Shape))]
public class C1TreeViewLine : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
Name | Description |
---|---|
C1TreeViewLine() | Initializes a new instance of a C1TreeViewLine. |
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. |
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. |
Name | Description |
---|---|
OnApplyTemplate() | Builds the visual tree for the C1TreeViewLine control when a new template is applied. |
Name | Description |
---|---|
StrokeDashArrayChanged | Event raised when the StrokeDashArray property has changed. |