Get the vertical linesegment of this cross

C# | Visual Basic | Visual C++ |
public LineSegment2D<T> Vertical { get; }
Public ReadOnly Property Vertical As LineSegment2D(Of T)
public: property LineSegment2D<T>^ Vertical { LineSegment2D<T>^ get (); }