Skip to content

Change the Windows background settings.

Notifications You must be signed in to change notification settings

lanzorg/bgchanger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation


logo

bgchanger

Change the Windows background settings.

Usage

// Set a picture as the desktop background.
BGChanger.SetPictureBackground(@"C:\Users\bg.png", BackgroundStyle.Stretch);

// Set a solid color as the desktop background.
BGChanger.SetSolidColorBackground(Color.Black);

// Reset the default Windows desktop background.
BGChanger.ResetBackground();

About

Change the Windows background settings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages