Skip to content
Member Filters
Show Inherited
Show Protected
Show abstract
GR32_Brushes🞂TDashedBrush🞂DashArrayProperty

TDashedBrush.DashArray

Array of floating-point values specifying alternating dash and gap lengths.

Declaration ​

pascal
property DashArray: TArrayOfFloat read FDashArray write DoSetDashArray;

Description ​

DashArray holds an array of floating-point numbers (TArrayOfFloat) specifying alternating dash segment lengths and gap lengths (e.g. [10, 5, 2, 5] for dash-gap-dot-gap patterns).