How to save and load textBox Font in c#?

后端 未结 0 446
深忆病人
深忆病人 2021-01-13 03:47

I want save textBox Font in txt File

This is my code

System.IO.File.WriteAllText("path", txtNotepad.Font.ToString());

Then

相关标签:
回答
  • 消灭零回复
提交回复
热议问题