Y Property (Point)

Gets or sets the Y-coordinate value of this Point.

XAML
See Remarks.
Scripting
value = object.Y
object.Y = value

Property Value

Double

The Y-coordinate value of this Point.

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

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. See Remarks for Point.

The properties of a Point do not have a XAML usage because there is no way to create a Point in XAML as an object element. Instead, you always specify a Point as a string that is either provided as a XAML attribute value or set to a property value in script. Each of these cases is supported by a type conversion behavior.

Applies To

Point

See Also

Silverlight Geometries Overview
PointAnimation