InteractableActivateTheme.IsEasingSupported 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.
Indicates whether the current Theme engine implementation supports easing between state values
public:
virtual property bool IsEasingSupported { bool get(); };
public override bool IsEasingSupported { get; }
member this.IsEasingSupported : bool
Public Overrides ReadOnly Property IsEasingSupported As Boolean