Back to Devexpress

RoundedPanelBorderStyle Enum

windowsforms-devexpress-dot-xtraeditors-302e4328.md

latest1.7 KB
Original Source

RoundedPanelBorderStyle Enum

Lists border styles for a RoundedSkinPanel.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public enum RoundedPanelBorderStyle
vb
Public Enum RoundedPanelBorderStyle

Members

NameDescription
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:

Remarks

Use the BorderStyle property to specify the panel’s border style.

See Also

BorderStyle

DevExpress.XtraEditors Namespace