This list contains all types of properties tweenable. There's no need to use it.
Namespace:
TweenedAssembly: Tweened (in Tweened.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Enumeration TweenedType |
| C# |
|---|
public enum TweenedType |
| Visual C++ |
|---|
public enum class TweenedType |
| JavaScript |
|---|
Tweened.TweenedType = function(); Tweened.TweenedType.createEnum('Tweened.TweenedType', false); |
Members
| Member name | Description | |||||
|---|---|---|---|---|---|---|
| Simple |
This sort of property is typed double, directly accessible in the tag of UIElement as Canvas.Left for example:
| |||||
| RenderTransform |
This sort of property is typed double, not directly accessible in the tag of UIElement as Canvas.Left for example:
| |||||
| Color |
This sort of property is typed Color, directly accessible in the tag of UIElement as Fill for example:
| |||||