Gets or sets the interval between the vertical lines that are drawn with the pen in the IntervalPen property. Every line drawn that is divisible by the interval value will be drawn with the IntervalPen.

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 int HorizontalInterval { get; set; }
Visual Basic (Declaration)
Public Property HorizontalInterval As Integer

See Also