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


C1.WPF Namespace > C1TreeViewLine Class : Data Property
Gets or sets the brush used to paint the connecting lines.
Syntax
'Declaration
 
Public Property Data As System.Windows.Media.Geometry
'Usage
 
Dim instance As C1TreeViewLine
Dim value As System.Windows.Media.Geometry
 
instance.Data = value
 
value = instance.Data
public System.Windows.Media.Geometry Data {get; set;}
See Also

Reference

C1TreeViewLine Class
C1TreeViewLine Members