FormCornerPreference 列舉

定義

指定可使用 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
繼承
FormCornerPreference
屬性

欄位

名稱 Description
Default 0

預設的角落偏好。

DoNotRound 1

不要把表格視窗的角落畫圓。

Round 2

繞過表格視窗的角落。

RoundSmall 3

模板窗戶的角落,帶一個小半徑。

適用於