Свойство | Тип | Описание | |
---|---|---|---|
AdornerContentProperty | |||
AdornerOffsetXProperty | |||
AdornerOffsetYProperty | |||
HideAdornerCommand | System.Windows.Input.RoutedCommand | ||
HorizontalAdornerPlacementProperty | |||
IsAdornerVisibleProperty | |||
ShowAdornerCommand | System.Windows.Input.RoutedCommand | ||
VerticalAdornerPlacementProperty |
Метод | Описание | |
---|---|---|
HideAdorner ( ) : void |
Hide the adorner.
|
|
OnApplyTemplate ( ) : void |
Applies the template.
|
|
ShowAdorner ( ) : void |
Show the adorner.
|
Метод | Описание | |
---|---|---|
AdornedControl ( ) : System |
Initializes static members of the AdornedControl class.
|
|
AdornedControlDataContextChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void |
Event raised when the DataContext of the adorned control changes.
|
|
AdornerContentPropertyChanged ( |
Event raised when the value of AdornerContent has changed.
|
|
CreateAdornedFrameworkElementFromDataTemplateInResources ( ) : void |
Creates the adorned framework element by searching for a DataTemplate that has the same type as the AdornerContent.
|
|
HideAdornerCommandExecuted ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void |
Event raised when the Hide command is executed.
|
|
HideAdornerInternal ( ) : void |
Internal method to hide the adorner.
|
|
IsAdornerVisiblePropertyChanged ( |
Event raised when the value of IsAdornerVisible has changed.
|
|
ShowAdornerCommandExecuted ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void |
Event raised when the Show command is executed.
|
|
ShowAdornerInternal ( ) : void |
Internal method to show the adorner.
|
|
ShowOrHideAdornerInternal ( ) : void |
Internal method to show or hide the adorner based on the value of IsAdornerVisible.
|
|
UpdateAdornerDataContext ( ) : void |
Update the DataContext of the adorner from the adorned control.
|
public static DependencyProperty,System.Windows AdornerContentProperty | ||
Результат |
public static DependencyProperty,System.Windows AdornerOffsetXProperty | ||
Результат |
public static DependencyProperty,System.Windows AdornerOffsetYProperty | ||
Результат |
public static RoutedCommand,System.Windows.Input HideAdornerCommand | ||
Результат | System.Windows.Input.RoutedCommand |
public static DependencyProperty,System.Windows HorizontalAdornerPlacementProperty | ||
Результат |
public static DependencyProperty,System.Windows IsAdornerVisibleProperty | ||
Результат |
public static RoutedCommand,System.Windows.Input ShowAdornerCommand | ||
Результат | System.Windows.Input.RoutedCommand |