Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ボタンに割り当てられたテンプレートがあります。
<Button x:Name="btn_PatMat" Template="{StaticResource PatMat_Button}" ...
Key/String/Name上記のボタンからこのテンプレートを取得するにはどうすればよいですか?
Key/String/Name
擬似コード:
String = btn_PatMat.Template.???.ToString()