Display adorner that shows a zoom slider. More...
Inherits ContentAdorner.
Public Member Functions | |
| ZoomAdorner (Display adornedDisplay) | |
| Creates the zoom adorner for the given adornedDisplay . | |
Public Member Functions inherited from ContentAdorner | |
| ContentAdorner (UIElement adornedElement) | |
| Creates an empty adorner for the given adornedElement . | |
| ContentAdorner (FrameworkElement content, UIElement adornedElement) | |
| Creates an adorner showing the given content on the given adornedElement . | |
Additional Inherited Members | |
Static Public Attributes inherited from ContentAdorner | |
| static readonly DependencyProperty | ContentProperty |
| Backing store of the Content property. | |
| static readonly DependencyProperty | XProperty |
| Backing store for the X property. | |
| static readonly DependencyProperty | YProperty |
| Backing store for the Y property. | |
| static readonly DependencyProperty | HasContentProperty |
| Backing store of the HasContent property. | |
Protected Member Functions inherited from ContentAdorner | |
| override Size | ArrangeOverride (Size finalSize) |
| Places the content on the control. | |
| override Visual | GetVisualChild (int index) |
| Gets the content as the visual child if present. | |
| override Size | MeasureOverride (Size constraint) |
| Measures the content of this adorner. | |
Properties inherited from ContentAdorner | |
| FrameworkElement | Content [get, set] |
| Gets/sets the FrameworkElement to show as adorner. | |
| double | X [get, set] |
| Gets/sets the x-coordinate of the content relative to the adorned element. | |
| double | Y [get, set] |
| Gets/sets the y-coordinate of the content relative to the adorned element. | |
| bool | HasContent [get] |
| Gets whether this adorner has a content element. | |
| override int | VisualChildrenCount [get] |
| Gets the number of visual children. | |
Display adorner that shows a zoom slider.
| ZoomAdorner | ( | Display | adornedDisplay | ) |
Creates the zoom adorner for the given adornedDisplay .
| adornedDisplay | Display to adorn. |