WinUI | ComponentOne
WinUI | ComponentOne
C1.WinUI.Grid Assembly
/
C1.WinUI.Grid Namespace
/
FlexGrid Class
/ TreeLinesDashArray Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
TreeLinesDashArray Property (FlexGrid)
In This Topic
Gets or sets the dash-array of the tree-lines.
Syntax
C#
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.
See Also
Reference
FlexGrid Class
FlexGrid Members