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


C1.WPF Namespace > C1TreeViewItem 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 C1TreeViewItem
Dim value As System.Windows.Media.DoubleCollection
 
instance.LineDashArray = value
 
value = instance.LineDashArray
public System.Windows.Media.DoubleCollection LineDashArray {get; set;}
See Also

Reference

C1TreeViewItem Class
C1TreeViewItem Members