Control that is used to separate items in C1ContextMenu.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public class C1Separator : Control
Visual Basic
Public Class C1Separator _
	Inherits Control
XAML Object Element Usage
<C1Separator .../>

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          C1.Phone..::..C1Separator

See Also