New to Telerik UI for WinFormsStart a free 30-day trial

Parametrization of a polyline geometry which allows you to use multiple Points, bridges (using the Crossings data and the BridgeType) and end caps.

Definition

Constructors

Initializes a new instance of the PolylineSpecification class.

C#
public PolylineSpecification()

Properties

Gets or sets the height of the end-cap.

C#
public double EndCapHeight { get; set; }

Gets or sets the type of the end-cap.

C#
public CapType EndCapType { get; set; }

Gets or sets the width of the end-cap.

C#
public double EndCapWidth { get; set; }

Gets or sets the height of the start-cap.

C#
public double StartCapHeight { get; set; }
Property Value:

The start height of the cap.

Gets or sets the type of the start-cap.

C#
public CapType StartCapType { get; set; }

Gets or sets the width of the start-cap.

C#
public double StartCapWidth { get; set; }