ITransform Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides functionality to be able to apply transformations to a View.
public interface class ITransform
public interface ITransform
type ITransform = interface
Public Interface ITransform
- Derived
Properties
AnchorX |
Gets the X component of the center point for any transform, relative to the bounds of the element. |
AnchorY |
Gets the Y component of the center point for any transform, relative to the bounds of the element. |
Rotation |
Gets the rotation (in degrees) about the Z-axis (affine rotation) when the element is rendered. |
RotationX |
Gets the rotation (in degrees) about the X-axis (perspective rotation) when the element is rendered. |
RotationY |
Gets the rotation (in degrees) about the Y-axis (perspective rotation) when the element is rendered. |
Scale |
Gets the scale factor applied to the element. |
ScaleX |
Gets the scale about the X-axis factor applied to the element. |
ScaleY |
Gets the scale about the Y-axis factor applied to the element. |
TranslationX |
Gets the X translation delta of the element. |
TranslationY |
Gets the Y translation delta of the element. |