Win32Properties.WindowCornerPreference Enum
Definition
Represents the rounded corner preference for a window.
public enum Win32Properties.WindowCornerPreference
Fields
| Name | Description |
|---|---|
| Default | Let the system decide when to round window corners. |
| DoNotRound | Never round window corners. |
| Round | Round the corners, if appropriate. |
| RoundSmall | Round the corners if appropriate, with a small radius. |
Default Field
Let the system decide when to round window corners.
public Avalonia.Controls.Win32Properties.WindowCornerPreference Default
DoNotRound Field
Never round window corners.
public Avalonia.Controls.Win32Properties.WindowCornerPreference DoNotRound
Round Field
Round the corners, if appropriate.
public Avalonia.Controls.Win32Properties.WindowCornerPreference Round
RoundSmall Field
Round the corners if appropriate, with a small radius.
public Avalonia.Controls.Win32Properties.WindowCornerPreference RoundSmall