C# Class Gu.Wpf.Adorners.Overlay

Afficher le fichier Open project: JohanLarsson/Gu.Wpf.Adorners

Méthodes publiques

Свойство Type Description
ContentPresenterStyleProperty System.Windows.DependencyProperty
ContentProperty System.Windows.DependencyProperty
ContentTemplateProperty System.Windows.DependencyProperty
ContentTemplateSelectorProperty System.Windows.DependencyProperty
IsShowingProperty System.Windows.DependencyProperty
IsVisibleProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
GetIsVisible ( DependencyObject element ) : bool?
SetContent ( DependencyObject element, object value ) : void
SetContentPresenterStyle ( DependencyObject element, System.Windows.Style value ) : void
SetContentTemplate ( DependencyObject element, System.Windows.DataTemplate value ) : void
SetContentTemplateSelector ( DependencyObject element, System.Windows.Controls.DataTemplateSelector value ) : void
SetIsVisible ( DependencyObject element, bool value ) : void

Private Methods

Méthode Description
GetAdorner ( this element ) : ContentAdorner
GetContent ( DependencyObject element ) : object
GetContentPresenterStyle ( DependencyObject element ) : System.Windows.Style
GetContentTemplate ( DependencyObject element ) : System.Windows.DataTemplate
GetContentTemplateSelector ( DependencyObject element ) : System.Windows.Controls.DataTemplateSelector
GetIsShowing ( this element ) : bool
OnAdornerChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnContentChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnContentPresenterStyleChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnContentTemplateChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnContentTemplateSelectorChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnIsShowingChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnIsVisibleChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnIsVisibleChanged ( object sender, RoutedEventArgs e ) : void
OnLoaded ( object sender, RoutedEventArgs e ) : void
OnSizeChanged ( object sender, RoutedEventArgs e ) : void
OnUnLoaded ( object sender, RoutedEventArgs e ) : void
Overlay ( ) : System.Windows
SetAdorner ( this element, ContentAdorner value ) : void
SetIfNotNull ( DependencyObject source, DependencyProperty sourceProperty, ContentAdorner adorner, DependencyProperty adornerProperty ) : void
SetIsShowing ( this element, bool value ) : void
UpdateIsShowing ( DependencyObject element ) : void

Method Details

GetIsVisible() public static méthode

public static GetIsVisible ( DependencyObject element ) : bool?
element System.Windows.DependencyObject
Résultat bool?

SetContent() public static méthode

public static SetContent ( DependencyObject element, object value ) : void
element System.Windows.DependencyObject
value object
Résultat void

SetContentPresenterStyle() public static méthode

public static SetContentPresenterStyle ( DependencyObject element, System.Windows.Style value ) : void
element System.Windows.DependencyObject
value System.Windows.Style
Résultat void

SetContentTemplate() public static méthode

public static SetContentTemplate ( DependencyObject element, System.Windows.DataTemplate value ) : void
element System.Windows.DependencyObject
value System.Windows.DataTemplate
Résultat void

SetContentTemplateSelector() public static méthode

public static SetContentTemplateSelector ( DependencyObject element, System.Windows.Controls.DataTemplateSelector value ) : void
element System.Windows.DependencyObject
value System.Windows.Controls.DataTemplateSelector
Résultat void

SetIsVisible() public static méthode

public static SetIsVisible ( DependencyObject element, bool value ) : void
element System.Windows.DependencyObject
value bool
Résultat void

Property Details

ContentPresenterStyleProperty public_oe static_oe property

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

ContentProperty public_oe static_oe property

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

ContentTemplateProperty public_oe static_oe property

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

ContentTemplateSelectorProperty public_oe static_oe property

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

IsShowingProperty public_oe static_oe property

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

IsVisibleProperty public_oe static_oe property

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