LineSegment Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | AbsoluteBounds | Gets the absolute bounding rectangle represented by this line segment. |
![]() | CenterPoint | Get the center point for the line segment. |
![]() | EndIndex | Get the index of the end point in the LinkShape's edge points. |
![]() | EndPoint | Gets the end point of the line segment. |
![]() | EndPointF | Gets the end point of the line segment. |
![]() | IsEndSegment | Get whether this is the end segment in the LinkShape. |
![]() | IsStartSegment | Get whether this is the start segment in the LinkShape. |
![]() | Length | Gets the length of the line segment. |
![]() | StartIndex | Get the index of the start point in the LinkShape's edge points. |
![]() | StartPoint | Gets the starting point of the line segment. |
![]() | StartPointF | Gets the starting point of the line segment. |
Show:
