Edit

Share via


FormCornerPreference Enum

Definition

Specifies the corner preference for a Form which can be set using the FormCornerPreference property.

C#
[System.Diagnostics.CodeAnalysis.Experimental("WFO5001", UrlFormat="https://aka.ms/winforms-warnings/{0}")]
public enum FormCornerPreference
Inheritance
FormCornerPreference
Attributes

Fields

Name Value Description
Default 0

The default corner preference.

DoNotRound 1

Do not round the corners of the form window.

Round 2

Round the corners of the form window.

RoundSmall 3

Round the corners of the form window with a small radius.

Applies to

Product Versions
Windows Desktop 9