CenterY (SkewTransform)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets or sets the y-coordinate of the transform center.
<object CenterY="Double" .../>
value = object.CenterY
object.CenterY = value
Property Value
Type: Double
The y-coordinate of the transform center.
This property is read/write. The default value is 0.
Remarks
To skew an object in place, set the CenterX and CenterY properties to the object's center point.
The local origin point 0,0 for an object can be offset on a Canvas by using the Canvas.Left and Canvas.Top properties, but this does not count as a transform because the object retains its own local origin for transformation purposes.
The following illustration shows three examples of a SkewTransform applied to a Rectangle.