Show / Hide Table of Contents

Method GridLineY

| Improve this Doc View Source

GridLineY(GridPoint, Int32, Pen, Nullable<GridPlacement>)

Defines vertical grid line.

Declaration
public DataPresenter.TemplateBuilder GridLineY(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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest