DataSource.NET
7.1.3.311675
|
Interface that represents an update to a region of a Page. More...
Inherited by Caplin.DataSource.Messaging.Page.PageElement.
Properties | |
string | Text [get] |
Gets the updated text for the region of the Page. More... | |
int | X [get] |
The column (horizontal) coordinate of the start of the updated region. More... | |
int | Y [get] |
The row (vertical) cooordinate of the start of the updated region. More... | |
Interface that represents an update to a region of a Page.
|
get |
Gets the updated text for the region of the Page.
The text.
|
get |
The column (horizontal) coordinate of the start of the updated region.
The column (in characters) where the first (leftmost) column of the page is at X=0.
|
get |
The row (vertical) cooordinate of the start of the updated region.
The row (in characters) where the first (topmost) row of the page is at Y=0.