FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / TreeLinesDashArray Property

In This Topic
    TreeLinesDashArray Property (FlexGrid)
    In This Topic
    Gets or sets the dash-array of the tree-lines.
    Syntax
    'Declaration
     
    Public Property TreeLinesDashArray As IEnumerable(Of Double)
    public IEnumerable<double> TreeLinesDashArray {get; set;}
    Remarks
    The dash-array is used by the System.Windows.Media.DrawingContext pen, which draw the lines, and the way the collection of double's is used maps directly to the platform native implementation.
    See Also