CompositeTransform Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The CompositeTransform type exposes the following members.
| Name | Description | |
|---|---|---|
|
CenterX | Gets or sets the x-coordinate of the center point for all transforms specified by the CompositeTransform. |
|
CenterY | Gets or sets the y-coordinate of the center point for all transforms specified by the CompositeTransform. |
|
Dispatcher | Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.) |
|
Inverse | Gets the inverse of this transform, if it exists. (Inherited from Transform.) |
|
Rotation | Gets or sets the angle, in degrees, of clockwise rotation. |
|
ScaleX | Gets or sets the x-axis scale factor. You can use this property to stretch or shrink an object horizontally. |
|
ScaleY | Gets or sets the y-axis scale factor. You can use this property to stretch or shrink an object vertically. |
|
SkewX | Gets or sets the x-axis skew angle, which is measured in degrees counterclockwise from the y-axis. A skew transform can be useful for creating the illusion of three-dimensional depth in a two-dimensional object. |
|
SkewY | Gets or sets the y-axis skew angle, which is measured in degrees counterclockwise from the x-axis. A skew transform can be useful for creating the illusion of three-dimensional depth in a two-dimensional object. |
|
TranslateX | Gets or sets the distance to translate along the x-axis. |
|
TranslateY | Gets or sets the distance to translate (move) an object along the y-axis. |
Show: