Method GridLineX
| Improve this Doc View SourceGridLineX(GridPoint, Int32, Pen, Nullable<GridPlacement>)
Defines horizontal grid line.
Declaration
public DataPresenter.TemplateBuilder GridLineX(GridPoint startGridPoint, int length, Pen pen = null, GridPlacement? placement = default(GridPlacement? ))
Parameters
| Type | Name | Description |
|---|---|---|
| GridPoint | startGridPoint | The start point of the grid line. |
| System.Int32 | length | The length of the grid line. |
| System.Windows.Media.Pen | pen | The pen used to draw the grid line. |
| System.Nullable<GridPlacement> | placement | The placement of the grid line. |
Returns
| Type | Description |
|---|---|
| DataPresenter.TemplateBuilder | This template builder for fluent coding. |