In This Article

RenderTransformAnimationProxy Class

Represents an animation proxy for the UIElement.RenderTransform property.

public sealed class RenderTransformAnimationProxy : DependencyObject
Inheritance:
object object

Constructors

RenderTransformAnimationProxy()

Initializes an instance of the class.

public RenderTransformAnimationProxy()

Methods

GetAngle(UIElement)

Gets the value of the AngleProperty attached property for the specified object.

public static double GetAngle(UIElement element)
Parameter Type Description
element UIElement

The element from which the property value is read.

Returns

double

GetScaleX(UIElement)

Gets the value of the ScaleXProperty attached property for the specified object.

public static double GetScaleX(UIElement element)
Parameter Type Description
element UIElement

The element from which the property value is read.

Returns

double

GetScaleY(UIElement)

Gets the value of the ScaleYProperty attached property for the specified object.

public static double GetScaleY(UIElement element)
Parameter Type Description
element UIElement

The element from which the property value is read.

Returns

double

GetTranslateX(UIElement)

Gets the value of the TranslateXProperty attached property for the specified object.

public static double GetTranslateX(UIElement element)
Parameter Type Description
element UIElement

The element from which the property value is read.

Returns

double

GetTranslateY(UIElement)

Gets the value of the TranslateYProperty attached property for the specified object.

public static double GetTranslateY(UIElement element)
Parameter Type Description
element UIElement

The element from which the property value is read.

Returns

double

GetUniformScale(UIElement)

Gets the value of the UniformScaleProperty attached property for the specified object.

public static double GetUniformScale(UIElement element)
Parameter Type Description
element UIElement

The element from which the property value is read.

Returns

double

SetAngle(UIElement, double)

Sets the value of the AngleProperty attached property to the specified object.

public static void SetAngle(UIElement element, double value)
Parameter Type Description
element UIElement

The element to which the attached property is written.

value double

The value to set.

SetScaleX(UIElement, double)

Sets the value of the ScaleXProperty attached property to the specified object.

public static void SetScaleX(UIElement element, double value)
Parameter Type Description
element UIElement

The element to which the attached property is written.

value double

The value to set.

SetScaleY(UIElement, double)

Sets the value of the ScaleYProperty attached property to the specified object.

public static void SetScaleY(UIElement element, double value)
Parameter Type Description
element UIElement

The element to which the attached property is written.

value double

The value to set.

SetTranslateX(UIElement, double)

Sets the value of the TranslateXProperty attached property to the specified object.

public static void SetTranslateX(UIElement element, double value)
Parameter Type Description
element UIElement

The element to which the attached property is written.

value double

The value to set.

SetTranslateY(UIElement, double)

Sets the value of the TranslateYProperty attached property to the specified object.

public static void SetTranslateY(UIElement element, double value)
Parameter Type Description
element UIElement

The element to which the attached property is written.

value double

The value to set.

SetUniformScale(UIElement, double)

Sets the value of the UniformScaleProperty attached property to the specified object.

public static void SetUniformScale(UIElement element, double value)
Parameter Type Description
element UIElement

The element to which the attached property is written.

value double

The value to set.

Fields

AngleProperty

Defines the Angle property.

public static readonly DependencyProperty AngleProperty

ScaleXProperty

Defines the ScaleX property.

public static readonly DependencyProperty ScaleXProperty

ScaleYProperty

Defines the ScaleY property.

public static readonly DependencyProperty ScaleYProperty

TranslateXProperty

Defines the TranslateX property.

public static readonly DependencyProperty TranslateXProperty

TranslateYProperty

Defines the TranslateY property.

public static readonly DependencyProperty TranslateYProperty

UniformScaleProperty

Defines the UniformScale property.

public static readonly DependencyProperty UniformScaleProperty

Extension Methods