CompositeTransform Properties

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.

  NameDescription
Public property CenterX Gets or sets the x-coordinate of the center point for all transforms specified by the CompositeTransform.
Public property CenterY Gets or sets the y-coordinate of the center point for all transforms specified by the CompositeTransform.
Public property Dispatcher Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.)
Public property Inverse Gets the inverse of this transform, if it exists. (Inherited from Transform.)
Public property Rotation Gets or sets the angle, in degrees, of clockwise rotation.
Public property ScaleX Gets or sets the x-axis scale factor. You can use this property to stretch or shrink an object horizontally.
Public property ScaleY Gets or sets the y-axis scale factor. You can use this property to stretch or shrink an object vertically.
Public property 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.
Public property 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.
Public property TranslateX Gets or sets the distance to translate along the x-axis.
Public property TranslateY Gets or sets the distance to translate (move) an object along the y-axis.
Top

Show:
© 2017 Microsoft