0
我正在使用擴展WPF工具包。WPF擴展工具包DropDownButton
如何更改此DropDownButton中的箭頭標準樣式?
<wpfx:DropDownButton
Width="200"
Height="32"
Content="DropDownButton: ClickMe">
<wpfx:DropDownButton.DropDownContent>
<wpfx:WrapPanel Background="Aqua">
<StackPanel Width="100" Height="100">
<Button>Click Me</Button>
</StackPanel>
</wpfx:WrapPanel>
</wpfx:DropDownButton.DropDownContent>
</wpfx:DropDownButton>
@亞歷Wyler:請記住投票了有用的答案:) https://stackoverflow.com/help/someone-answers – mm8