windowsforms-devexpress-dot-xtraeditors-302e4328.md
Lists border styles for a RoundedSkinPanel.
Namespace : DevExpress.XtraEditors
Assembly : DevExpress.Utils.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core
public enum RoundedPanelBorderStyle
Public Enum RoundedPanelBorderStyle
| Name | Description |
|---|---|
Default |
Displays rounded corners in the WXI skin and applies padding around the panel’s content. In other skins, the panel has rectangular corners without padding around its content.
|
| Rectangular |
Displays rectangular corners regardless of the applied skin and removes padding around the panel’s content.
|
| None |
Hides the border and removes padding.
|
| NoBorder |
Hides the panel’s border but keeps padding around its content.
|
The following properties accept/return RoundedPanelBorderStyle values:
Use the BorderStyle property to specify the panel’s border style.
See Also