RelativePoint.Y 属性

获取或设置此 RelativePoint 结构的 Y 坐标。

命名空间:  Microsoft.Windows.Design.Interaction
程序集:  Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)

语法

声明
Public Property Y As Double
    Get
    Set
public double Y { get; set; }
public:
property double Y {
    double get ();
    void set (double value);
}
member Y : float with get, set
function get Y () : double
function set Y (value : double)

属性值

类型:System.Double
RelativePoint 结构的 Y 坐标。

.NET Framework 安全性

请参见

参考

RelativePoint 结构

Microsoft.Windows.Design.Interaction 命名空间

其他资源

WPF 设计器扩展性