C# Class Zetbox.Client.WPF.CustomControls.ContentAdorner

Inheritance: System.Windows.Documents.Adorner
Afficher le fichier Open project: daszat/zetbox Class Usage Examples

Méthodes publiques

Свойство Type Description
AdornerContentTemplateProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
ContentAdorner ( UIElement adornedElement ) : System
GetAdornerContentTemplate ( DependencyObject element ) : System.Windows.DataTemplate
HideWaitDialog ( FrameworkElement target ) : void
SetAdornerContentTemplate ( DependencyObject element, System.Windows.DataTemplate value ) : void
ShowWaitDialog ( FrameworkElement target ) : void

Méthodes protégées

Méthode Description
ArrangeOverride ( Size finalSize ) : Size
GetVisualChild ( int index ) : Visual
MeasureOverride ( Size constraint ) : Size

Private Methods

Méthode Description
ApplyContentAdorner ( FrameworkElement target ) : void
GetRealAdornerLayer ( FrameworkElement target ) : AdornerLayer
OnAdornerContentTemplatePropertyChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnAdornerTargetLoaded ( object sender, RoutedEventArgs e ) : void
RemoveContentAdorner ( FrameworkElement target ) : void

Method Details

ArrangeOverride() protected méthode

protected ArrangeOverride ( Size finalSize ) : Size
finalSize System.Windows.Size
Résultat System.Windows.Size

ContentAdorner() public méthode

public ContentAdorner ( UIElement adornedElement ) : System
adornedElement UIElement
Résultat System

GetAdornerContentTemplate() public static méthode

public static GetAdornerContentTemplate ( DependencyObject element ) : System.Windows.DataTemplate
element System.Windows.DependencyObject
Résultat System.Windows.DataTemplate

GetVisualChild() protected méthode

protected GetVisualChild ( int index ) : Visual
index int
Résultat Visual

HideWaitDialog() public static méthode

public static HideWaitDialog ( FrameworkElement target ) : void
target System.Windows.FrameworkElement
Résultat void

MeasureOverride() protected méthode

protected MeasureOverride ( Size constraint ) : Size
constraint System.Windows.Size
Résultat System.Windows.Size

SetAdornerContentTemplate() public static méthode

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

ShowWaitDialog() public static méthode

public static ShowWaitDialog ( FrameworkElement target ) : void
target System.Windows.FrameworkElement
Résultat void

Property Details

AdornerContentTemplateProperty public_oe static_oe property

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