Back to Devexpress

ToolBarControlBase.BorderTemplate Property

wpf-devexpress-dot-xpf-dot-bars-dot-toolbarcontrolbase-4f2e2b96.md

latest1.7 KB
Original Source

ToolBarControlBase.BorderTemplate Property

Gets or sets the ControlTemplate used to render the tool bar’s border. This is a dependency property.

Namespace : DevExpress.Xpf.Bars

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public ControlTemplate BorderTemplate { get; set; }
vb
Public Property BorderTemplate As ControlTemplate

Property Value

TypeDescription
ControlTemplate

A ControlTemplate object that specifies the visual structure and behavior of the current tool bar’s border.

|

Remarks

The BorderTemplate property allows you to provide a custom template that is used to render the tool bar’s border. If the BorderTemplate property is not specified, the default template is used.

You can also provide a template used to render the tool bar’s background, using the ToolBarControlBase.BackgroundTemplate property.

See Also

BackgroundTemplate

ToolBarControlBase Class

ToolBarControlBase Members

DevExpress.Xpf.Bars Namespace