FormCornerPreference Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the corner preference for a Form which can be set using the FormCornerPreference property.
public enum class FormCornerPreference
[System.Diagnostics.CodeAnalysis.Experimental("WFO5001", UrlFormat="https://aka.ms/winforms-warnings/{0}")]
public enum FormCornerPreference
[<System.Diagnostics.CodeAnalysis.Experimental("WFO5001", UrlFormat="https://aka.ms/winforms-warnings/{0}")>]
type FormCornerPreference =
Public Enum FormCornerPreference
- Inheritance
- 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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.