CompositeTransform Properties |
The CompositeTransform type exposes the following members.
Name | Description | |
---|---|---|
Dispatcher |
Gets the CoreDispatcher that this object is associated with.
(Inherited from DependencyObject.) | |
Rotation |
Gets or sets the angle, in degrees, of clockwise rotation. The default is 0.
| |
ScaleX |
Gets or sets the x-axis scale factor. You can use this property to stretch
or shrink an object horizontally. The default is 1.
| |
ScaleY |
Gets or sets the y-axis scale factor. You can use this property to stretch
or shrink an object vertically. The default is 1.
| |
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. The default is 0.
| |
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. The default is 0.
| |
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. The default is 0.
|