LocationProperty Constructor(Point)
Initializes a new instance of the LocationProperty class with specified x- and y- coordinates.

C# Syntax

public LocationProperty( 
   Point loc
)

Parameters

loc
The x and y values (in pixels) used to initialize the location.