Elements / Tool Separator
Tool Separator

The separator item is a horizontal or vertical bar used to provide visual separation between commands in a group, toolbar, toolstrip etc. It is represented by C1ToolSeparator class.

By default, the tool separator has a vertical orientation. By using the Orientation property, we can change the orientation to vertical.

XAML
Copy Code
<c1:C1ToolSeparator Orientation="Horizontal" OverridesDefaultStyle="True"   />