VisualElement.AnchorY 属性

定义

获取或设置任何转换操作的中心点相对于元素边界的 Y 分量。 这是一种可绑定属性。

public:
 property double AnchorY { double get(); void set(double value); };
public double AnchorY { get; set; }
member this.AnchorY : double with get, set
Public Property AnchorY As Double

属性值

声明转换的 Y 分量的值。 默认值为 0.5。

注解

默认值为 0.5。

适用于

另请参阅