ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TreeViewLine Class / Data Property



In This Topic
    Data Property (C1TreeViewLine)
    In This Topic
    Gets or sets the brush used to paint the connecting lines.
    Syntax
    'Declaration
     
    
    Public Property Data As Geometry
    'Usage
     
    
    Dim instance As C1TreeViewLine
    Dim value As Geometry
     
    instance.Data = value
     
    value = instance.Data
    public Geometry Data {get; set;}
    public:
    property Geometry^ Data {
       Geometry^ get();
       void set (    Geometry^ value);
    }
    See Also