Class RowMapEntry
Contains mapping information of rows to vertical grid plane
Inheritance
System.Object
RowMapEntry
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: NFX.WinForms.Controls.GridKit
Assembly: NFX.WinForms.dll
Syntax
public class RowMapEntry
Fields
Height
Declaration
public int Height
Field Value
Type | Description |
---|---|
System.Int32 |
Row
Declaration
public object Row
Field Value
Type | Description |
---|---|
System.Object |
Top
Declaration
public int Top
Field Value
Type | Description |
---|---|
System.Int32 |