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:

The object's value.

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:

The object's value.

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:

The object's value.

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:

The object's value.

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:

The object's value.

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:

The object's value.

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

Identifies the Angle dependency property. This field is read-only.

public static readonly DependencyProperty AngleProperty

ScaleXProperty

Identifies the ScaleX dependency property. This field is read-only.

public static readonly DependencyProperty ScaleXProperty

ScaleYProperty

Identifies the ScaleY dependency property. This field is read-only.

public static readonly DependencyProperty ScaleYProperty

TranslateXProperty

Identifies the TranslateX dependency property. This field is read-only.

public static readonly DependencyProperty TranslateXProperty

TranslateYProperty

Identifies the TranslateY dependency property. This field is read-only.

public static readonly DependencyProperty TranslateYProperty

UniformScaleProperty

Identifies the UniformScale dependency property. This field is read-only.

public static readonly DependencyProperty UniformScaleProperty