Skip to main content
A newer version of this page is available. .

TdxSkinController.FormCorners Property

Specifies the shape of form corners.

Declaration

property FormCorners: TdxFormCorners read; write; default fcDefault;

Property Value

Type Default Description
TdxFormCorners fcDefault

A form corner shape.

Remarks

Refer to the TdxFormCorners type description for information on available options.

Note

All skin controllers in an application share the same FormCorners property value, since the property maps to the dxSkinFormCorners global variable.

All pop-up menus invoked from the same GUI thread that DevExpress controls use have rounded corners under Microsoft Windows 11 if the following conditions are met:

  • The FormCorners property is not set to fcRectangular.
  • The UseSkinsInPopupMenus property is set to True.

The FormCorners property’s default value is fcDefault.

See Also