CoreFrameworkInputViewAnimationStartingEventArgs.FrameworkAnimationRecommended 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,這個值表示架構是否應該根據其他應用程式設定代表應用程式產生動畫效果。
public:
property bool FrameworkAnimationRecommended { bool get(); };
bool FrameworkAnimationRecommended();
public bool FrameworkAnimationRecommended { get; }
var boolean = coreFrameworkInputViewAnimationStartingEventArgs.frameworkAnimationRecommended;
Public ReadOnly Property FrameworkAnimationRecommended As Boolean
屬性值
Boolean
bool
True 是表示 如果應用程式應該以動畫顯示應用程式 UI 以回應 PrimaryViewAnimationStarting 事件。 否則為 false。
備註
主要檢視是指 CoreInputViewKind.Keyboard 或 CoreInputViewKind.Handwriting 檢視,而 CoreInputView 可以是 CoreInputViewKind的任何值。