Northwoods.GoSilverlight 1.1.3 Assembly
GridFigure Enumeration
See Also  Send Feedback
Northwoods.GoXam Namespace : GridFigure Enumeration

This enumeration describes how Path elements that are children of a GridPattern may be used to draw a regular grid.

Syntax

Visual Basic (Declaration) 
Public Enum GridFigure 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
C# 
public enum GridFigure : System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
HorizontalBarDraw regular horizontal bars; supply the "Fill" property to the Path.
HorizontalCross Draw horizontal lines for crosses at the grid points.
HorizontalDot Draw regular dots along horizontal lines at the grid points.
HorizontalLineDraw regular horizontal lines; supply "Stroke..." properties to the Path.
NoneThe default value -- not used by GridPattern as a regular grid line or bar.
VerticalBarDraw regular vertical bars; supply the "Fill" property to the Path.
VerticalCross Draw vertical lines for crosses at the grid points.
VerticalDot Draw regular dots along vertical lines at the grid points.
VerticalLineDraw regular vertical lines; supply "Stroke..." properties to the Path.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.GoXam.GridFigure

See Also