Back to Devexpress

DockPanel.AllowBorderColorBlending Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockpanel-d5ad57d1.md

latest2.5 KB
Original Source

DockPanel.AllowBorderColorBlending Property

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

Declaration

csharp
[Browsable(false)]
[DefaultValue(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
[XtraSerializableProperty]
public bool AllowBorderColorBlending { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Advanced)>
<XtraSerializableProperty>
<DefaultValue(False)>
Public Property AllowBorderColorBlending As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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.

|

Remarks

Skin ColorCustom 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

BackgroundSkinningMode

DockPanel Class

DockPanel Members

DevExpress.XtraBars.Docking Namespace