CoreFrameworkInputViewAnimationStartingEventArgs.FrameworkAnimationRecommended 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.
Gets a value that indicates whether the framework should animate on behalf of the application based on other application settings.
public:
property bool FrameworkAnimationRecommended { bool get(); };
bool FrameworkAnimationRecommended();
public bool FrameworkAnimationRecommended { get; }
var boolean = coreFrameworkInputViewAnimationStartingEventArgs.frameworkAnimationRecommended;
Public ReadOnly Property FrameworkAnimationRecommended As Boolean
Property Value
bool
True, if the application should animate application UI in response to the PrimaryViewAnimationStarting event. Otherwise, false.
Remarks
Primary view refers to either of the CoreInputViewKind.Keyboard or CoreInputViewKind.Handwriting views, while CoreInputView can be any of the values from CoreInputViewKind.