windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockpanel-d5ad57d1.md
Gets or sets whether to colorize the dock panel’s caption and border according to the Appearance.BorderColor setting in skinning paint schemes (only in legacy background skinning mode).
Namespace : DevExpress.XtraBars.Docking
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[Browsable(false)]
[DefaultValue(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
[XtraSerializableProperty]
public bool AllowBorderColorBlending { get; set; }
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Advanced)>
<XtraSerializableProperty>
<DefaultValue(False)>
Public Property AllowBorderColorBlending As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | false |
true to colorize the dock panel’s caption and border according to the panel’s Appearance.BorderColor setting in skinning paint schemes (in legacy background skinning mode); otherwise, false.
|
| Skin Color | Custom Color |
|---|---|
| > |
Note
If you enabled legacy background skinning mode (BackgroundSkinningMode), you should set the AllowBorderColorBlending property to true to highlight the dock panel’s header and border with a custom color (Appearance.BorderColor) in skinning paint schemes.
See Also