[]
        
(Showing Draft Content)

C1.Blazor.Grid.FlexGrid.TreeLinesDashArray

TreeLinesDashArray Property

TreeLinesDashArray

Gets or sets the dash-array of the tree-lines.

Declaration
[Parameter]
public IEnumerable<double> TreeLinesDashArray { get; set; }
Remarks

The dash-array is used by the DrawingContext pen, which draw the lines, and the way the collection of double's is used maps directly to the platform native implementation.