SkewTransform.CenterY 属性

定义

获取或设置转换中心的 y 坐标。

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

属性值

Double

转换中心的 y 坐标。 默认值为 0

注解

若要就地倾斜对象,请将 CenterX 对象和 CenterY 属性设置为对象的中心点。

依赖项属性信息

标识符字段 CenterYProperty
元数据属性设置为 true

适用于