Files
docs-desktop/dotnet-desktop-guide/framework/winforms/changing-the-appearance-of-windows-forms.md
T
Andy De George c0ba284473 Initial winforms content migrated (#18)
* Merge winforms framework content to working branch (#14)

* Breadcrumb / TOC / Move net5 to net folder (#15)

* change path from net5 to net

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Add .net 5 winforms placeholder article (#16)

* added some metadata and adjusted net5 placeholder

* corrections

* corrections

* corrections

* Test1

* Swapping landing page vs concept

* fix links

* Fix links

* Fix desc
2020-09-01 16:26:21 -07:00

1.9 KiB

title, description, ms.date, helpviewer_keywords, ms.assetid
title description ms.date helpviewer_keywords ms.assetid
Customize appearance Learn how to customize the look of your Windows Forms applications by changing the border, opacity, shape, style, or setting a background image. 03/30/2017
Windows Forms, changing the appearance of
12f35d5b-1587-49cc-ada3-47eec1ff1738

Changing the Appearance of Windows Forms

You can customize the look of your Windows Forms applications in many different ways, such as changing the border, opacity, shape, style, or setting a background image for your Windows Forms application.

In This Section

How to: Change the Borders of Windows Forms
Shows how to change the border style of a form.

Reference

xref:System.Windows.Forms.Form
Describes this class and has links to all of its members.

xref:System.Windows.Forms.FormBorderStyle
Describes this enumeration and contains descriptions of all of its members.

xref:System.Windows.Forms.VisualStyles.VisualStyleRenderer
Describes this class and has links to all of its members.

xref:System.Drawing.Image
Describes this class and has links to all of its members.

xref:System.Drawing.Region
Describes this class and has links to all of its members.

xref:System.Drawing.Color
Describes this class and has links to all of its members.

Adjusting the Size and Scale of Windows Forms
Contains links to topics that show how to change the size and scale of a form.

Graphics and Drawing in Windows Forms
Contains links to topics that describe how to perform custom drawing on Windows Forms.

Controls with Built-In Owner-Drawing Support
List owner-draw support in Windows Forms controls.