Get the horizonal linesegment of this cross

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