C# Class SumoNinjaMonkey.Framework.Controls.PopupView

Inheritance: Windows.UI.Xaml.Controls.UserControl
Afficher le fichier Open project: liquidboy/X Class Usage Examples

Méthodes publiques

Свойство Type Description
BackgroundFillProperty Windows.UI.Xaml.DependencyProperty
ContentThicknessProperty Windows.UI.Xaml.DependencyProperty
CountdownBackgroundColorProperty Windows.UI.Xaml.DependencyProperty
InnerBorderColorProperty Windows.UI.Xaml.DependencyProperty
MessageTextForegroundColorProperty Windows.UI.Xaml.DependencyProperty

Méthodes publiques

Méthode Description
Hide ( ) : void
HideToolbar ( ) : void
Move ( double newX, double newY ) : void
PopupView ( UserControl viewToLoad, Brush primaryAccent, Brush secondaryAccent, bool autoHide, double timeToLive, string button1ClickContent = "", string button1ClickIdentifier = "", string button2ClickContent = "", string button2ClickIdentifier = "", double width = 100, double height = 100, string button1MetroIcon = "", double button1Rotation, string button2MetroIcon = "", double button2Rotation, UserControl toolbar = null, bool showInnerBorder = true ) : System
Show ( double newX, double newY ) : void
ShowToolbar ( ) : void
ToogleToolbar ( ) : void

Private Methods

Méthode Description
BackgroundFillPropertyChanged ( DependencyObject obj, DependencyPropertyChangedEventArgs args ) : void
ContentThicknessPropertyChanged ( DependencyObject obj, DependencyPropertyChangedEventArgs args ) : void
CountdownBackgroundColorPropertyChanged ( DependencyObject obj, DependencyPropertyChangedEventArgs args ) : void
InnerBorderColorPropertyChanged ( DependencyObject obj, DependencyPropertyChangedEventArgs args ) : void
MessageTextForegroundColorPropertyChanged ( DependencyObject obj, DependencyPropertyChangedEventArgs args ) : void

Method Details

Hide() public méthode

public Hide ( ) : void
Résultat void

HideToolbar() public méthode

public HideToolbar ( ) : void
Résultat void

Move() public méthode

public Move ( double newX, double newY ) : void
newX double
newY double
Résultat void

PopupView() public méthode

public PopupView ( UserControl viewToLoad, Brush primaryAccent, Brush secondaryAccent, bool autoHide, double timeToLive, string button1ClickContent = "", string button1ClickIdentifier = "", string button2ClickContent = "", string button2ClickIdentifier = "", double width = 100, double height = 100, string button1MetroIcon = "", double button1Rotation, string button2MetroIcon = "", double button2Rotation, UserControl toolbar = null, bool showInnerBorder = true ) : System
viewToLoad Windows.UI.Xaml.Controls.UserControl
primaryAccent Windows.UI.Xaml.Media.Brush
secondaryAccent Windows.UI.Xaml.Media.Brush
autoHide bool
timeToLive double
button1ClickContent string
button1ClickIdentifier string
button2ClickContent string
button2ClickIdentifier string
width double
height double
button1MetroIcon string
button1Rotation double
button2MetroIcon string
button2Rotation double
toolbar Windows.UI.Xaml.Controls.UserControl
showInnerBorder bool
Résultat System

Show() public méthode

public Show ( double newX, double newY ) : void
newX double
newY double
Résultat void

ShowToolbar() public méthode

public ShowToolbar ( ) : void
Résultat void

ToogleToolbar() public méthode

public ToogleToolbar ( ) : void
Résultat void

Property Details

BackgroundFillProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml BackgroundFillProperty
Résultat Windows.UI.Xaml.DependencyProperty

ContentThicknessProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml ContentThicknessProperty
Résultat Windows.UI.Xaml.DependencyProperty

CountdownBackgroundColorProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml CountdownBackgroundColorProperty
Résultat Windows.UI.Xaml.DependencyProperty

InnerBorderColorProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml InnerBorderColorProperty
Résultat Windows.UI.Xaml.DependencyProperty

MessageTextForegroundColorProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml MessageTextForegroundColorProperty
Résultat Windows.UI.Xaml.DependencyProperty