Epok
Epok

Reputation: 111

winforms visual styles on mono

How to enable winforms visual styles in mono( probably running in fedora or ubuntu gnome) or is it a good idea to just use GTK#? The thing is I dont want to leave visual studio and use monodevelop for this. Thanks...

Upvotes: 2

Views: 1301

Answers (1)

user703016
user703016

Reputation: 37995

Winforms visual styles are more or less emulated in Mono but the appearance is not exactly the same as on Windows. It will work, tho.

I suggest you use GTK# if you plan running on linux indeed.

Upvotes: 2

Related Questions