Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / Grid Class
Fields Properties Methods Events


In This Topic
    Grid Class Members
    In This Topic

    The following tables list the members exposed by Grid.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Set line color to gray and axis color to black.  
    Top
    Public Fields
    Public Properties
     NameDescription
    Public Property If true, the grids is drawn always behind the geometry.  
    Public PropertyIf true, the grid is resized automatically every time the model's bounding box changes.  
    Public PropertyIf true, the grid real step is a multiple of the Step to keep the number of lines between MinNumberOfLines and MaxNumberOfLines.  
    Public PropertyGets or sets the color used to draw the grid plane border.  
    Public PropertyGets or sets the color used to draw axis X.  
    Public PropertyGets or sets the color used to draw axis Y.  
    Public PropertyGets or sets the color used to draw the grid plane.  
    Public PropertyWhen false, the UI element is drawn with a flat color.  
    Public PropertyGets or sets the color used to draw lines.  
    Public Property Color used to draw major lines.  
    Public Property Gets or sets the number of steps between two major lines.  
    Public PropertyGets or sets the grid maximum 2D point relative to the grid plane.  
    Public PropertyIf AutoStep is true, defines the Maximum number of lines.  
    Public PropertyGets or sets the grid minimum 2D point relative to the grid plane.  
    Public PropertyIf AutoStep is true, defines the Minimum number of lines.  
    Public Property Grid plane.  
    Public PropertyGets or sets the step between grid lines (meaningful only when AutoStep is false).  
    Public PropertyGrid visibility status.  
    Top
    Public Methods
     NameDescription
    Public Method  
    Public Method  
    Public MethodOverridden.   
    Public MethodOverridden.   
    Public MethodOverridden.   
    Top
    Protected Methods
     NameDescription
    Protected Method Computes the automatic grid size.  
    Protected Internal Method Draws the grid lines.  
    Protected MethodOverridden.   
    Top
    See Also