<!-- language: c# -->
Opacity
パス効果のコード ビハインドから変更したいPART_Shadow
。メソッドを試してみましたが、 NULLGetTemplateChild
しか返されません。
<Path x:Name="PART_Path" Stretch="Fill" StrokeThickness="1.0" Stroke="#ff1c1c1a">
<Path.Effect>
<DropShadowEffect x:Name="PART_Shadow" Color="LightGray" BlurRadius="5" Direction="45"
ShadowDepth="3" RenderingBias="Performance"/>
</Path.Effect>
</Path>