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