添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
){outline:none;box-shadow:none;}select::-ms-expand{;}:root,:host{--chakra-vh:100vh;}@supports (height: -webkit-fill-available){:root,:host{--chakra-vh:-webkit-fill-available;}}@supports (height: -moz-fill-available){:root,:host{--chakra-vh:-moz-fill-available;}}@supports (height: 100dvh){:root,:host{--chakra-vh:100dvh;}}
Avatar of deleyd
deleyd Flag for United States of America

asked on

WPF ToggleButton strikethrough text when IsClicked

In WPF XAML I want to make a ToggleButton which when pressed adds a strikethrough to the text.
I've seen:
Changing the Text on a ToggleButton When a User Clicks On It