GrapeCity SPREAD for WPF 2.0J
PopupAnimation プロパティ

DropDownWindow を開くとき、および閉じるときのアニメーションを取得または設定します。これは依存関係プロパティです。
構文
'Declaration
 
Public Property PopupAnimation As PopupAnimation
public PopupAnimation PopupAnimation {get; set;}

プロパティ値

DropDownWindow の開閉時のアニメーションを定義する System.Windows.Controls.Primitives.PopupAnimation 列挙値。既定値は None です。
解説

DropDownWindow は、AllowsTransparency プロパティが true に設定されている場合にのみアニメーション表示できます。そのためには、DropDownWindow コントロールを作成するアプリケーションが完全信頼で実行されている必要があります。

PlacementTarget がアニメーション表示される場合、DropDownWindow はアニメーション表示されません。

参照

DropDownWindow クラス
DropDownWindow メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.