Share via


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 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property EndSegmentBreakFactor As Double
'Usage
Dim instance As LinkShape 
Dim value As Double 

value = instance.EndSegmentBreakFactor
public virtual double EndSegmentBreakFactor { get; }
public:
virtual property double EndSegmentBreakFactor {
    double get ();
}
public function get EndSegmentBreakFactor () : double

Property Value

Type: System.Double

Remarks

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

.NET Framework Security

See Also

Reference

LinkShape Class

LinkShape Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace