Gets or sets the vertical offset from the origin of the reference grid to the top of the image area.
Syntax
Visual Basic (Declaration) | |
---|
Public Property ImageAreaVerticalOffset As Integer |
C# | |
---|
public int ImageAreaVerticalOffset {get; set;} |
C++/CLI | |
---|
public:
property int ImageAreaVerticalOffset {
int get();
void set (int value);
} |
Return Value
The vertical offset from the origin of the reference grid to the top of the image area.
Example
Requirements
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
See Also