RoundedPanelBorderStyle Enum
Lists border styles for a RoundedSkinPanel.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v25.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Members
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. |
Related API Members
The following properties accept/return RoundedPanelBorderStyle values:
Remarks
Use the BorderStyle property to specify the panel’s border style.