X (Point)

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets or sets the x-coordinate value of a Point.

<Point X="double" .../>
value = object.X
object.X = value

Property Value

Type: Double

The x-coordinate value of the Point.

This property is read/write. The default value is 0.

Managed Equivalent

Point.X

Remarks

Property values for a Point and an object for Point are not available for all cases where Point is used as a property type. For more information, see the "Remarks" section in the Point reference topic.

Applies To

Point

See Also

Reference