ThemeDefinition.Easing Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Object to configure easing between values. Type of Theme Engine, as defined by the ThemeType property, must have IsEasingSupported set to true
public:
property Microsoft::MixedReality::Toolkit::Utilities::Easing ^ Easing { Microsoft::MixedReality::Toolkit::Utilities::Easing ^ get(); void set(Microsoft::MixedReality::Toolkit::Utilities::Easing ^ value); };
public Microsoft.MixedReality.Toolkit.Utilities.Easing Easing { get; set; }
member this.Easing : Microsoft.MixedReality.Toolkit.Utilities.Easing with get, set
Public Property Easing As Easing