ComplexLineStyle.DefinitionRectangle Property
Gets or sets the rectangle that defines the size of one sequence of the line
Syntax
public Rectangle DefinitionRectangle { get; set; }
Property Value
Default: XMin: 0 YMin: -4 XMax: 8 YMax: 4
The rectangle that defines the size of one sequence of the line.
Remarks
Each line starts drawing from [0, 0] and continues along the X axis. All sublines should be inside this rectangle. The length unit is pixels.
Platforms
Windows, Linux, Android