LineSegment Properties

 

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

NameDescription
System_CAPS_pubpropertyAbsoluteBounds

Gets the absolute bounding rectangle represented by this line segment.

System_CAPS_pubpropertyCenterPoint

Get the center point for the line segment.

System_CAPS_pubpropertyEndIndex

Get the index of the end point in the LinkShape's edge points.

System_CAPS_pubpropertyEndPoint

Gets the end point of the line segment.

System_CAPS_pubpropertyEndPointF

Gets the end point of the line segment.

System_CAPS_pubpropertyIsEndSegment

Get whether this is the end segment in the LinkShape.

System_CAPS_pubpropertyIsStartSegment

Get whether this is the start segment in the LinkShape.

System_CAPS_pubpropertyLength

Gets the length of the line segment.

System_CAPS_pubpropertyStartIndex

Get the index of the start point in the LinkShape's edge points.

System_CAPS_pubpropertyStartPoint

Gets the starting point of the line segment.

System_CAPS_pubpropertyStartPointF

Gets the starting point of the line segment.

Return to top
Show: