Top Property (MapLocation)
In This Topic
Gets or sets the distance of the item from the top of the containing object.
Syntax
'Declaration
Public Property Top As Double
public double Top {get; set;}
Property Value
A
System.Double representing the distance from the top of the containing object.
See Also