Enhanced popup with support for Back key and orientations.

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

Syntax

C#
[ContentPropertyAttribute("Content")]
public class C1Popup : Control
Visual Basic
<ContentPropertyAttribute("Content")> _
Public Class C1Popup _
	Inherits Control
XAML Object Element Usage
<C1Popup>
  Content
</C1Popup>

Inheritance Hierarchy

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

See Also