Share via


CoreFrameworkInputViewAnimationStartingEventArgs.FrameworkAnimationRecommended Property

Definition

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

Boolean

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.

Applies to