In This Article

BarSeparator Class

Represents a separator control, for use within a ribbon or toolbar.

public class BarSeparator : Separator
Inheritance:
object Visual UIElement FrameworkElement Control Separator object

Constructors

BarSeparator()

Initializes a new instance of the BarSeparator class.

public BarSeparator()

Methods

OnCreateAutomationPeer()

Provides an appropriate SeparatorAutomationPeer implementation for this control, as part of the WPF automation infrastructure.

protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer:

The type-specific AutomationPeer implementation.