GridChildPositionInfo
Summary
Represents a Grid panel child position info.
Signature
1 | |
Namespace
cAlgo.API
Methods
ToString
Signature
1 | |
Return Value
string
PrintMembers
Signature
1 | |
Parameters
| Name | Type | Description |
|---|---|---|
| builder | StringBuilder |
Return Value
bool
GetHashCode
Signature
1 | |
Return Value
int
Equals (2)
Equals (1 of 2)
Signature
1 | |
Parameters
| Name | Type | Description |
|---|---|---|
| obj | object |
Return Value
bool
Equals (2 of 2)
Signature
1 | |
Parameters
| Name | Type | Description |
|---|---|---|
| other | GridChildPositionInfo |
Return Value
bool
Properties
Row
Summary
Gets row number of child.
Signature
1 | |
Return Value
int
Column
Summary
Gets column number of child.
Signature
1 | |
Return Value
int
RowSpan
Summary
Gets row span of child.
Signature
1 | |
Return Value
int
ColumnSpan
Summary
Gets column span of child.
Signature
1 | |
Return Value
int