我想隐藏默认 DatePicker图标:
我需要类似的东西:
<DatePicker IconVisibality="False"/>
Run Code Online (Sandbox Code Playgroud)
我试过:
Template="{x:Null}"
Run Code Online (Sandbox Code Playgroud)
但它隐藏了一切。
我也尝试过:
Foreground="{x:Null}"
Run Code Online (Sandbox Code Playgroud)
有人知道吗?
基于这个答案我有两个问题:
- 标记的图标的名称是什么?
- 我怎样才能让它向另一个方向旋转,即像这样旋转:
我尝试添加FlowDirection="RightToLeft"如下内容:
<fa:ImageAwesome FlowDirection="RightToLeft" SpinDuration="6" Icon="Cog" Width="200" Height="200" Foreground="White" Spin="True" />
Run Code Online (Sandbox Code Playgroud)
但它仍然向同一方向旋转