Represents an animation proxy for the UIElement
.RenderTransform
property.
- Inheritance:
- object object
Constructors
RenderTransformAnimationProxy()
Initializes an instance of the class.
Methods
GetAngle(UIElement)
Gets the value of the AngleProperty
attached property for the specified object.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
ScaleXProperty
Identifies the ScaleX
dependency property. This field is read-only.
ScaleYProperty
Identifies the ScaleY
dependency property. This field is read-only.
TranslateXProperty
Identifies the TranslateX
dependency property. This field is read-only.
TranslateYProperty
Identifies the TranslateY
dependency property. This field is read-only.
UniformScaleProperty
Identifies the UniformScale
dependency property. This field is read-only.