InterpolationMethod Enumeration
Values that represent interpolation methods.
Syntax
public enum InterpolationMethod : System.Enum
public enum class InterpolationMethod : public System.Enum
Members
| Member | Description |
|---|---|
| Accleration | An enum constant representing the accleration option. |
| Deceleration | An enum constant representing the deceleration option. |
| EaseInEaseOut | An enum constant representing the ease in ease out option. |
| Linear | An enum constant representing the linear option. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Aveva.ApplicationFramework.Presentation.Utilities.Transitions.InterpolationMethod
Requirements
Target Platforms: Windows Server 2019 (64 bit), Windows Server 2016 R2 (64 bit), Windows 10 (64 bit)
See Also