Is it possible to do? I am having trouble with finding a way of saving WPF Button's properties using BinaryWriter for a text-based game. The thing is I need it to save button's button1.Content, button1.Click and button1.ToolTip so I can load it back using BinaryReader.Is it possible to do? I am having trouble with