Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1FullscreenDialog Class
Members

In This Topic
    C1FullscreenDialog Class
    In This Topic
    Shows content as a fullscreen modal dialog.
    Object Model
    C1FullscreenDialog Class
    Syntax
    'Declaration
     
    
    Public Class C1FullscreenDialog 
       Inherits Windows.UI.Xaml.Controls.ContentControl
    public class C1FullscreenDialog : Windows.UI.Xaml.Controls.ContentControl 
    Remarks
    This control doesn't contain any visual UI such as window header or buttons. If it is required, it should be implemented in the content.
    Inheritance Hierarchy

    System.Object
       Windows.UI.Xaml.DependencyObject
          Windows.UI.Xaml.UIElement
             Windows.UI.Xaml.FrameworkElement
                Windows.UI.Xaml.Controls.Control
                   Windows.UI.Xaml.Controls.ContentControl
                      C1.Xaml.C1FullscreenDialog

    See Also