wpf 以编程方式添加动态资源 C#
我在 xaml 中有一个 controltemplate,目标是 ToogleButton,其中 x:Key = "NewBtn"
请帮助我使用控件模板中的模板在 C# 代码中创建一个 Toogle 按钮 如果在 xaml 代码中,这是代码:
<ToggleButton Template="{DynamicResource NewBtn}"
Margin="12,21,0,0" HorizontalAlignment="Left" Width="151" Height="29" VerticalAlignment="Top"
x:Name="newBtn"
Checked = newBtn_Checked Unchekcked = newBtn_Unchecked
/>
请帮助我如何在 c# 中创建它
i have a controltemplate in xaml and the target is ToogleButton with x:Key = "NewBtn"
please help me create a toogle button in C# code using template from the Control Template
if in xaml code this is the code:
<ToggleButton Template="{DynamicResource NewBtn}"
Margin="12,21,0,0" HorizontalAlignment="Left" Width="151" Height="29" VerticalAlignment="Top"
x:Name="newBtn"
Checked = newBtn_Checked Unchekcked = newBtn_Unchecked
/>
please help me how to create it in c#
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
或者
or