The IntervalLineSnapLineDrawing type exposes the following members.

Properties

  NameDescription
HorizontalInterval
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.
IntervalPen
Gets or sets the pen used to draw the lines that are drawn every few snaplines appart as defined by the HorizontalInterval and VerticalInterval properties. This is a dependency property.
MainPen
Gets or sets the pen used to draw the main grid lines. This is a dependency property.
VerticalInterval
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.

See Also