ComponentOne Basic Library for WPF and Silverlight
LineDashArray Property (C1TreeView)


C1.Silverlight Namespace > C1TreeView Class : LineDashArray Property
Gets or sets a Collection of System.Double values that indicates the pattern of dashes and gaps that is used to the connecting lines.
Syntax
'Declaration
 
Public Property LineDashArray As System.Windows.Media.DoubleCollection
'Usage
 
Dim instance As C1TreeView
Dim value As System.Windows.Media.DoubleCollection
 
instance.LineDashArray = value
 
value = instance.LineDashArray
public System.Windows.Media.DoubleCollection LineDashArray {get; set;}
See Also

Reference

C1TreeView Class
C1TreeView Members