名前 | 解説 | |
---|---|---|
PointerDownAnimationProperty | PointerDownAnimation 添付プロパティを識別します。 System.Windows.FrameworkElement でこの添付プロパティを設定すると、 C1TileService は、その要素のポインタダウンアニメーションを実行します。 | |
PreservePointerCaptureProperty | PreservePointerCapture 添付プロパティを識別します。 |
C1TileServiceデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
PointerDownAnimationProperty | PointerDownAnimation 添付プロパティを識別します。 System.Windows.FrameworkElement でこの添付プロパティを設定すると、 C1TileService は、その要素のポインタダウンアニメーションを実行します。 | |
PreservePointerCaptureProperty | PreservePointerCapture 添付プロパティを識別します。 |
名前 | 解説 | |
---|---|---|
_enabledTiles | ||
_frozenTiles | ||
_maxAnimationNumber | ||
_maxSSeconds | ||
_mouseDownPosition | ||
_random | ||
_suspendedTiles | ||
_timer | ||
_updateInterval | ||
MIN_ROTATION | ||
PointerDownStoryboard | ||
ROTATION_FACTOR |
名前 | 解説 | |
---|---|---|
MaxAnimationNumber | 同時に実行できるタイルアニメーションの最大数を指定する System.Int32 値を取得または設定します。 | |
UpdateInterval | タイルの更新の最大時間間隔を指定する System.TimeSpan 値を取得または設定します。 |
名前 | 解説 | |
---|---|---|
IsDesignTime |
名前 | 解説 | |
---|---|---|
FreezeTile | タイルの更新をフリーズします。 | |
GetPointerDownAnimation | 指定された FrameworkElement から PointerDownAnimation 添付プロパティの値を取得します。 | |
GetPreservePointerCapture | 指定された FrameworkElement から PreservePointerCapture 添付プロパティの値を取得します。 | |
Register | サービスに C1TileBase オブジェクトを登録します。 | |
SetPointerDownAnimation | 指定された要素の PointerDownAnimation 添付プロパティ値を設定します。 | |
SetPreservePointerCapture | 指定された要素の PreservePointerCapture 添付プロパティ値を設定します。 | |
StopPointerAnimation | 指定されたターゲットのアクティブなポインタダウンアニメーションを停止します。 | |
UnfreezeTile | タイルの更新をフリーズ解除します。 | |
Unregister | サービスから C1TileBase オブジェクトを登録解除します。 |
名前 | 解説 | |
---|---|---|
AddTile | ||
ClearPointerDownAnimation | ||
el_LostMouseCapture | ||
el_MouseLeftButtonDown | ||
el_MouseLeftButtonUp | ||
el_MouseMove | ||
OnPointerDownAnimationChanged | ||
OnTimerTick | ||
RemoveTile | ||
StartTimer |