mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 22:18:56 +00:00
Animation FillBehavior
This commit is contained in:
parent
5856223e17
commit
2d6b2eb2aa
4 changed files with 9 additions and 14 deletions
|
|
@ -19,7 +19,7 @@ namespace MapControl
|
|||
new KeyFrame
|
||||
{
|
||||
KeyTime = MapBase.ImageFadeDuration,
|
||||
Setters = { new Setter(Visual.OpacityProperty, 1d) }
|
||||
Setters = { new Setter(OpacityProperty, 1d) }
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue