Gets or sets the interval between the horizontal 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 VerticalInterval { get; set; }
Visual Basic (Declaration)
Public Property VerticalInterval As Integer

See Also