Point.Y Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property double Y { double get(); void set(double value); };
public double Y { get; set; }
member this.Y : double with get, set
Public Property Y As Double
Property Value
The Y-coordinate value of this Point struct. The default value is 0.
Remarks
This struct represents the .NET projection of the Windows Runtime (WinRT) Point
struct. For more information, see Point in the UWP API reference.
For more information and examples of this member, see Point.Y in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.)