Click or drag to resize
CompositeTransform Properties

The CompositeTransform type exposes the following members.

Properties
  NameDescription
Public propertyDispatcher
Gets the CoreDispatcher that this object is associated with.
(Inherited from DependencyObject.)
Public propertyRotation
Gets or sets the angle, in degrees, of clockwise rotation. The default is 0.
Public propertyScaleX
Gets or sets the x-axis scale factor. You can use this property to stretch or shrink an object horizontally. The default is 1.
Public propertyScaleY
Gets or sets the y-axis scale factor. You can use this property to stretch or shrink an object vertically. The default is 1.
Public propertySkewX
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.
Public propertySkewY
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.
Public propertyTranslateX
Gets or sets the distance to translate along the x-axis.
Public propertyTranslateY
Gets or sets the distance to translate (move) an object along the y-axis. The default is 0.
Top
See Also