Animation FillBehavior

This commit is contained in:
ClemensFischer 2025-01-24 23:04:59 +01:00
parent 5856223e17
commit 2d6b2eb2aa
4 changed files with 9 additions and 14 deletions

View file

@ -19,7 +19,7 @@ namespace MapControl
new KeyFrame
{
KeyTime = MapBase.ImageFadeDuration,
Setters = { new Setter(Visual.OpacityProperty, 1d) }
Setters = { new Setter(OpacityProperty, 1d) }
}
}
};