ClassPolylineSpecification
Class
Parametrization of a polyline geometry which allows you to use multiple Points, bridges (using the Crossings data and the BridgeType) and end caps.
Definition
Namespace:Telerik.WinControls.UI.Diagrams
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
cs-api-definition
public sealed class PolylineSpecification : LineSpecification
Inheritance: objectLineSpecificationPolylineSpecification
Inherited Members
Constructors
PolylineSpecification()
Initializes a new instance of the PolylineSpecification class.
Declaration
cs-api-definition
public PolylineSpecification()
Properties
EndCapHeight
Gets or sets the height of the end-cap.
EndCapType
Gets or sets the type of the end-cap.
EndCapWidth
Gets or sets the width of the end-cap.
StartCapHeight
Gets or sets the height of the start-cap.
Declaration
cs-api-definition
public double StartCapHeight { get; set; }
Property Value
The start height of the cap.
StartCapType
Gets or sets the type of the start-cap.
StartCapWidth
Gets or sets the width of the start-cap.