GridFigure
This enumeration describes how Path elements that are children of a GridPattern may be used to draw a regular grid.
Fields
HorizontalBar : GridFigure
Draw regular horizontal bars; supply the "Fill" property to the Path. The brush fill applies to the whole GridPattern, not to each bar. Control the breadth of each bar in units of the cell size by setting the attached BarThicknessProperty.
HorizontalCross : GridFigure
Draw horizontal lines for crosses at the grid points. You need to supply the Stroke brush property to give each line a color. If you do not specify a non-zero StrokeThickness, it will be set to 1. GridPattern will automatically set the other "Stroke..." properties. Control the length of each dash by setting the CrossLengthProperty.
HorizontalDot : GridFigure
Draw regular dots along horizontal lines at the grid points. You need to supply the Stroke brush property to give each dot a color. The StrokeThickness specifies the size of each dot. If you do not specify a non-zero StrokeThickness, it will be set to 1. GridPattern will automatically set the other "Stroke..." properties.
HorizontalLine : GridFigure
Draw regular horizontal lines; supply "Stroke..." properties to the Path.
None : GridFigure
The default value -- not used by GridPattern as a regular grid line or bar.
VerticalBar : GridFigure
Draw regular vertical bars; supply the "Fill" property to the Path. The brush fill applies to the whole GridPattern, not to each bar. Control the breadth of each bar in units of the cell size by setting the attached BarThicknessProperty.
VerticalCross : GridFigure
Draw vertical lines for crosses at the grid points. You need to supply the Stroke brush property to give each line a color. If you do not specify a non-zero StrokeThickness, it will be set to 1. GridPattern will automatically set the other "Stroke..." properties. Control the length of each dash by setting the CrossLengthProperty.
VerticalDot : GridFigure
Draw regular dots along vertical lines at the grid points. You need to supply the Stroke brush property to give each dot a color. The StrokeThickness specifies the size of each dot. If you do not specify a non-zero StrokeThickness, it will be set to 1. GridPattern will automatically set the other "Stroke..." properties.
VerticalLine : GridFigure
Draw regular vertical lines; supply "Stroke..." properties to the Path.