ComponentOne Basic Library for WPF and Silverlight
StrokeDashArray Property (C1TreeViewLine)


C1.WPF Namespace > C1TreeViewLine Class : StrokeDashArray 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 StrokeDashArray As System.Windows.Media.DoubleCollection
'Usage
 
Dim instance As C1TreeViewLine
Dim value As System.Windows.Media.DoubleCollection
 
instance.StrokeDashArray = value
 
value = instance.StrokeDashArray
public System.Windows.Media.DoubleCollection StrokeDashArray {get; set;}
See Also

Reference

C1TreeViewLine Class
C1TreeViewLine Members