In This Article

WindowChromeCornerKind Enum

Specifies the kind of system-rendered corner kind, which can also affect border and drop shadow rendering.

public enum WindowChromeCornerKind

Fields

Name Description
Rounded

A large rounded window chrome corner where the system renders the border and drop shadow. This is the preferred setting for normal windows in Windows 11 or later. If this value is set on Windows 10 and earlier, it will be coerced to Square.

SmallRounded

A small rounded window chrome corner where the system renders the border and drop shadow. This is the preferred setting for tool windows in Windows 11 or later. If this value is set on Windows 10 and earlier, it will be coerced to Square.

Square

A square window chrome corner with an Actipro-rendered border and drop shadow.