IUIDragAnimating.AddAnimations(Action) Method
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.
Adds the specified animation action.
[Foundation.Export("addAnimations:")]
[Foundation.Preserve(Conditional=true)]
public void AddAnimations (Action animations);
abstract member AddAnimations : Action -> unit
Parameters
- animations
- Action
An action that animates UI elements.
- Attributes