Property | Type | Description | |
---|---|---|---|
AdornerContentProperty | |||
AdornerOffsetXProperty | |||
AdornerOffsetYProperty | |||
AvoidUsingScrollContentPresenterProperty | |||
HideAdornerCommand | System.Windows.Input.RoutedCommand | ||
HorizontalAdornerPlacementProperty | |||
IsAdornerVisibleProperty | |||
OrderProperty | |||
ShowAdornerCommand | System.Windows.Input.RoutedCommand | ||
VerticalAdornerPlacementProperty |
Method | Description | |
---|---|---|
AdornedControl ( ) : System | ||
GetAdornerLayer ( Visual visual ) : AdornerLayer | ||
HideAdorner ( ) : void |
Hide the adorner.
|
|
OnApplyTemplate ( ) : void | ||
ShowAdorner ( ) : void |
Show the adorner.
|
Method | Description | |
---|---|---|
AdornedControl_DataContextChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void |
Event raised when the DataContext of the adorned control changes.
|
|
AdornerContent_PropertyChanged ( |
Event raised when the value of AdornerContent has changed.
|
|
HideAdornerCommand_Executed ( object target, System.Windows.Input.ExecutedRoutedEventArgs e ) : void |
Event raised when the Hide command is executed.
|
|
HideAdornerInternal ( ) : void |
Internal method to hide the adorner.
|
|
IsAdornerVisible_PropertyChanged ( |
Event raised when the value of IsAdornerVisible has changed.
|
|
OnOrderChanged ( |
Event raised when the value of Order has changed.
|
|
ShowAdornerCommand_Executed ( object target, 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.
|
|
UpdateOrder ( ) : void |
Update adorner’s order.
|
public static GetAdornerLayer ( Visual visual ) : AdornerLayer | ||
visual | Visual | |
return | AdornerLayer |
public static DependencyProperty,System.Windows AdornerContentProperty | ||
return |
public static DependencyProperty,System.Windows AdornerOffsetXProperty | ||
return |
public static DependencyProperty,System.Windows AdornerOffsetYProperty | ||
return |
public static DependencyProperty,System.Windows AvoidUsingScrollContentPresenterProperty | ||
return |
public static RoutedCommand,System.Windows.Input HideAdornerCommand | ||
return | System.Windows.Input.RoutedCommand |
public static DependencyProperty,System.Windows HorizontalAdornerPlacementProperty | ||
return |
public static DependencyProperty,System.Windows IsAdornerVisibleProperty | ||
return |
public static DependencyProperty,System.Windows OrderProperty | ||
return |
public static RoutedCommand,System.Windows.Input ShowAdornerCommand | ||
return | System.Windows.Input.RoutedCommand |