Point.Y 属性
定义
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
属性值
Y此结构的坐标值 Point 。The Y-coordinate value of this Point struct. 默认值为 0。The default value is 0.
注解
此结构表示 Windows 运行时 (WinRT) 结构的 .NET 投影 Point 。This struct represents the .NET projection of the Windows Runtime (WinRT) Point struct. 有关详细信息,请参阅 UWP API 参考中的 点 。For more information, see Point in the UWP API reference.
有关此成员的详细信息和示例,请参阅 Point.Y .NET FRAMEWORK API 参考中的。For more information and examples of this member, see Point.Y in the .NET Framework API reference. (示例演示 WPF 用法,可能无法直接转换为 UWP XAML。 ) (Examples show WPF usage and might not translate directly to UWP XAML.)