Skip to main content

Win32Properties.WindowCornerPreference Enum

Definition

Assembly:Avalonia.Controls
Package:Avalonia

Represents the rounded corner preference for a window.

public enum Win32Properties.WindowCornerPreference

Inheritance: Enum -> Win32Properties.WindowCornerPreference

Fields

NameDescription
DefaultLet the system decide when to round window corners.
DoNotRoundNever round window corners.
RoundRound the corners, if appropriate.
RoundSmallRound 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