Class
PolylineSpecification

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:

cs-api-definition
public sealed class PolylineSpecification : LineSpecification

Inheritance: objectLineSpecificationPolylineSpecification

Inherited Members LineSpecification.BoundsLineSpecification.ConnectionTypeLineSpecification.BezierTensionLineSpecification.StartPointLineSpecification.EndPointLineSpecification.RoundedCornersLineSpecification.BridgeTypeLineSpecification.CrossingsLineSpecification.Points

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.

Declaration

cs-api-definition
public double EndCapHeight { get; set; }

Property Value

double

EndCapType

Gets or sets the type of the end-cap.

Declaration

cs-api-definition
public CapType EndCapType { get; set; }

Property Value

CapType

EndCapWidth

Gets or sets the width of the end-cap.

Declaration

cs-api-definition
public double EndCapWidth { get; set; }

Property Value

double

StartCapHeight

Gets or sets the height of the start-cap.

Declaration

cs-api-definition
public double StartCapHeight { get; set; }

Property Value

double

The start height of the cap.

StartCapType

Gets or sets the type of the start-cap.

Declaration

cs-api-definition
public CapType StartCapType { get; set; }

Property Value

CapType

StartCapWidth

Gets or sets the width of the start-cap.

Declaration

cs-api-definition
public double StartCapWidth { get; set; }

Property Value

double