LinkShape::EndSegmentBreakFactor Property

 

Gets the length of the link shape and determines how long the last line segment in the link shape must be.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
property double EndSegmentBreakFactor {
	virtual double get();
}

Property Value

Type: System::Double

This property guarantees that a break between line segments does not appear too close to the end of the link shape.

Return to top
Show: