Gets whether the segment is horizontal. True if this DiagramConnectionSegment is horizontal. False otherwise. This DiagramConnectionSegment is horizontal if the y values of the start and end points are both the same. This is a dependency property.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public bool IsHorizontal { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsHorizontal As Boolean

Remarks

Dependency Property Information
Identifier fieldIsHorizontalProperty
Metadata properties set to trueNone

See Also