The IntervalLineSnapLineDrawing type exposes the following members.

Constructors

  NameDescription
IntervalLineSnapLineDrawing
Initializes a new instance of the IntervalLineSnapLineDrawing class.

Methods

  NameDescription
Draw
Gets a Drawing of the snap lines.

Fields

  NameDescription
HorizontalIntervalProperty
Identifies the HorizontalInterval property.
IntervalPenProperty
Identifies the IntervalPen property.
MainPenProperty
Identifies the MainPen property.
VerticalIntervalProperty
Identifies the VerticalInterval property.

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