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

In This Topic
    TreeLinesDashArray Property (GridTextCellView)
    In This Topic
    Gets or sets an array of doubles that determines the dash pattern.
    Syntax
    'Declaration
     
    Public Property TreeLinesDashArray As IEnumerable(Of Double)
    public IEnumerable<double> TreeLinesDashArray {get; set;}
    See Also