Table of Contents

Enum WindowCornerPreference

Namespace
Wpf.Ui.Controls
Assembly
Wpf.Ui.dll

Ways you can round windows.

public enum WindowCornerPreference

Fields

Default = 0

Determined by system or application preference.

DoNotRound = 1

Do not round the corners.

Round = 2

Round the corners.

RoundSmall = 3

Round the corners slightly.