Back to Devexpress

SplitButton.SeparatorThickness Property

wpf-devexpress-dot-xpf-dot-core-dot-splitbutton.md

latest1.1 KB
Original Source

SplitButton.SeparatorThickness Property

Gets or sets the thickness of the separator between the main button and dropdown button. This is a dependency property.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public Thickness SeparatorThickness { get; set; }
vb
Public Property SeparatorThickness As Thickness

Property Value

TypeDescription
Thickness

The thickness of the separator between the main button and dropdown button.

|

See Also

SplitButton Class

SplitButton Members

DevExpress.Xpf.Core Namespace