Parametrization of a polyline geometry which allows you to use multiple Points, bridges (using the Crossings data and the BridgeType) and end caps. See the CreateLineGeometry(PolylineSpecification) to use this specification and return a concrete geometry.
Definition
Namespace:Telerik.Windows.Controls.Diagrams
Assembly:Telerik.Windows.Controls.Diagrams.dll
Syntax:
public sealed class PolylineSpecification : LineSpecification
Inheritance: objectLineSpecificationPolylineSpecification
Inherited Members
Constructors
Initializes a new instance of the PolylineSpecification class.
public PolylineSpecification()
Properties
Gets or sets the height of the end-cap.
public double EndCapHeight { get; set; }
Gets or sets the type of the end-cap.
public CapType EndCapType { get; set; }
Gets or sets the width of the end-cap.
public double EndCapWidth { get; set; }
Gets or sets the height of the start-cap.
public double StartCapHeight { get; set; }
The start height of the cap.
Gets or sets the type of the start-cap.
public CapType StartCapType { get; set; }
Gets or sets the width of the start-cap.
public double StartCapWidth { get; set; }