FormCornerPreference 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定可以使用 Form 属性设置的 FormCornerPreference 的角首选项。
public enum class FormCornerPreference
public enum FormCornerPreference
[System.Diagnostics.CodeAnalysis.Experimental("WFO5001", UrlFormat="https://aka.ms/winforms-warnings/{0}")]
public enum FormCornerPreference
type FormCornerPreference =
[<System.Diagnostics.CodeAnalysis.Experimental("WFO5001", UrlFormat="https://aka.ms/winforms-warnings/{0}")>]
type FormCornerPreference =
Public Enum FormCornerPreference
- 继承
- 属性
字段
| 名称 | 值 | 说明 |
|---|---|---|
| Default | 0 | 默认角首选项。 |
| DoNotRound | 1 | 不要绕窗体窗口的圆角。 |
| Round | 2 | 圆角窗体窗口。 |
| RoundSmall | 3 | 圆角的窗体窗口的圆角,半径较小。 |