Show / Hide Table of Contents

Class GridLine

Represents the grid line definition that will be rendered on the view.

Inheritance
System.Object
GridLine
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DevZest.Data.Presenters.Primitives
Assembly: DevZest.Data.WPF.dll
Syntax
public sealed class GridLine

Properties

Name Description
EndGridPoint

Gets lthe end grid point of the line.

Orientation

Gets the orientation of the line.

Pen

Gets the Pen that will be used to render the line.

Placement

Gets the grid placement of the line.

StartGridPoint

Gets the start grid point of the line.

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