C# Class Quasar.LightBox

Inheritance: System.Windows.Controls.ContentControl
Afficher le fichier Open project: indexzero/quasar Class Usage Examples

Méthodes publiques

Свойство Type Description
CloseButtonStyleProperty System.Windows.DependencyProperty
CornerRadiusProperty System.Windows.DependencyProperty
HeaderProperty System.Windows.DependencyProperty
HeaderTemplateProperty System.Windows.DependencyProperty
IsOpenedProperty System.Windows.DependencyProperty
LightBoxHeightProperty System.Windows.DependencyProperty
LightBoxWidthProperty System.Windows.DependencyProperty
ShadowProperty System.Windows.DependencyProperty

Protected Properties

Свойство Type Description
ContentPresenter System.Windows.Controls.ContentPresenter
HeaderPresenter System.Windows.Controls.ContentPresenter
closeButton System.Windows.Controls.Button

Méthodes publiques

Méthode Description
LightBox ( ) : System
OnApplyTemplate ( ) : void

Méthodes protégées

Méthode Description
OnClosing ( ) : void
OnIsOpenedChanged ( bool oldValue, bool newValue ) : void
OnOpening ( ) : void
UpdateVisualState ( ) : void

Private Methods

Méthode Description
OnCloseButtonClicked ( object sender, RoutedEventArgs args ) : void
OnClosed ( object sender, EventArgs args ) : void
OnIsOpenedChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void
OnOpened ( object sender, EventArgs args ) : void

Method Details

LightBox() public méthode

public LightBox ( ) : System
Résultat System

OnApplyTemplate() public méthode

public OnApplyTemplate ( ) : void
Résultat void

OnClosing() protected méthode

protected OnClosing ( ) : void
Résultat void

OnIsOpenedChanged() protected méthode

protected OnIsOpenedChanged ( bool oldValue, bool newValue ) : void
oldValue bool
newValue bool
Résultat void

OnOpening() protected méthode

protected OnOpening ( ) : void
Résultat void

UpdateVisualState() protected méthode

protected UpdateVisualState ( ) : void
Résultat void

Property Details

CloseButtonStyleProperty public_oe static_oe property

public static DependencyProperty,System.Windows CloseButtonStyleProperty
Résultat System.Windows.DependencyProperty

ContentPresenter protected_oe property

protected ContentPresenter,System.Windows.Controls ContentPresenter
Résultat System.Windows.Controls.ContentPresenter

CornerRadiusProperty public_oe static_oe property

public static DependencyProperty,System.Windows CornerRadiusProperty
Résultat System.Windows.DependencyProperty

HeaderPresenter protected_oe property

protected ContentPresenter,System.Windows.Controls HeaderPresenter
Résultat System.Windows.Controls.ContentPresenter

HeaderProperty public_oe static_oe property

public static DependencyProperty,System.Windows HeaderProperty
Résultat System.Windows.DependencyProperty

HeaderTemplateProperty public_oe static_oe property

public static DependencyProperty,System.Windows HeaderTemplateProperty
Résultat System.Windows.DependencyProperty

IsOpenedProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsOpenedProperty
Résultat System.Windows.DependencyProperty

LightBoxHeightProperty public_oe static_oe property

public static DependencyProperty,System.Windows LightBoxHeightProperty
Résultat System.Windows.DependencyProperty

LightBoxWidthProperty public_oe static_oe property

public static DependencyProperty,System.Windows LightBoxWidthProperty
Résultat System.Windows.DependencyProperty

ShadowProperty public_oe static_oe property

public static DependencyProperty,System.Windows ShadowProperty
Résultat System.Windows.DependencyProperty

closeButton protected_oe property

protected Button,System.Windows.Controls closeButton
Résultat System.Windows.Controls.Button