Back to Devexpress

RoundedSkinPanel.UseDefaultPadding Property

windowsforms-devexpress-dot-xtraeditors-dot-roundedskinpanel-2ea483d3.md

latest1.7 KB
Original Source

RoundedSkinPanel.UseDefaultPadding Property

Gets or sets whether the Padding property is in effect.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[DefaultValue(DefaultBoolean.Default)]
[DXCategory("Appearance")]
public DefaultBoolean UseDefaultPadding { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(DefaultBoolean.Default)>
Public Property UseDefaultPadding As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

Default or True to use the default padding calculation mechanism; False to use the Padding property value.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

Remarks

The UseDefaultPadding property is in effect only with the WXI skin.

See Also

RoundedSkinPanel Class

RoundedSkinPanel Members

DevExpress.XtraEditors Namespace