How to Override my controls using C#?
Need to set button property like
Font(Name => Segoe UI, style => Regular, size => 10), height => 50px, width => 250px, back color => green
by default.
How to use override method for respected button properties.
Note: I am going to use windows control library controls, to my projects. Thanks in advance.