The IntervalLineSnapLineDrawing type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | IntervalLineSnapLineDrawing |
Initializes a new instance of the IntervalLineSnapLineDrawing class.
|
Methods
Fields
Name | Description | |
---|---|---|
![]() ![]() | HorizontalIntervalProperty |
Identifies the HorizontalInterval property.
|
![]() ![]() | IntervalPenProperty |
Identifies the IntervalPen property.
|
![]() ![]() | MainPenProperty |
Identifies the MainPen property.
|
![]() ![]() | VerticalIntervalProperty |
Identifies the VerticalInterval property.
|
Properties
Name | Description | |
---|---|---|
![]() | 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.
|