public static Point GetTopRight(PolyLineSegment polyLineSegment) => (Point)polyLineSegment.GetValue(TopRightProperty);
 public static Point GetBottomRight(PolyLineSegment polyLineSegment) => (Point)polyLineSegment.GetValue(BottomRightProperty);