Gets or sets the row index for the displayed
Tag.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Row As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As OverlayTag
Dim value As Integer
instance.Row = value
value = instance.Row |
C# | |
---|
public int Row {get; set;} |
C++/CLI | |
---|
public:
property int Row {
int get();
void set ( int value);
} |
Property Value
The row index for the displayed
Tag.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also