ScaleTransform Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The ScaleTransform type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone CenterX Gets or sets the x-coordinate of the center point of this ScaleTransform.
Public propertySupported by Silverlight for Windows Phone CenterY Gets or sets the y-coordinate of the center point of this ScaleTransform.
Public propertySupported by Silverlight for Windows Phone Dispatcher Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.)
Public propertySupported by Silverlight for Windows Phone Inverse Gets the inverse of this transform, if it exists. (Inherited from Transform.)
Public propertySupported by Silverlight for Windows Phone ScaleX Gets or sets the x-axis scale factor.
Public propertySupported by Silverlight for Windows Phone ScaleY Gets or sets the y-axis scale factor.

Top