WindowCornerPreference enum¶
Defined in
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Controls.WindowCornerPreference
Modifiers: public sealed
Summary¶
Ways you can round windows.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Values¶
| Name | Value | Description |
|---|---|---|
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. |