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


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

Reference

C1TreeViewLinePanel Class
C1TreeViewLinePanel Members