Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はこれに対する標準的な答えを見つけることができません。私は次のような多くの効果があります
<Label Content="SomeLabel"> <Label.BitmapEffect> <DropShadowBitmapEffect/> </Label.BitmapEffect> </Label>
BitMapEffectWPF4で非推奨になり、単に動作を停止しました。ラベルの単純なドロップシャドウの最も簡単な移行パスは何ですか?
BitMapEffect
そのちょうどEffect今
Effect
<Label Content="StackOverflow" > <Label.Effect> <DropShadowEffect /> </Label.Effect> </Label>