[]
Vertical connecting line.
[TemplatePart(Name = "Line", Type = typeof(Shape))]
public class C1TreeViewLine : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable
| Name | Description |
|---|---|
| C1TreeViewLine() | Initializes a new instance of the C1TreeViewLine class. |
| 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. |
| 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. |
| Name | Description |
|---|---|
| Dispose() | |
| Dispose(bool) | |
| Finalize() | Finalizes this instance of the C1TreeViewLine class. |
| OnApplyTemplate() |
| Name | Description |
|---|---|
| StrokeDashArrayChanged | Event raised when the StrokeDashArray property has changed. |