ViewboxEx Properties |
The ViewboxEx type exposes the following members.
| Name | Description | |
|---|---|---|
| ActualContentBounds |
Gets the Bounds of the contents of a ViewboxEx after the transformation were applied to it.
Note that the value is changed after the ViewboxEx is rendered and not immediately after the properties change.
| |
| ActualContentSize |
Gets the Size of the contents of a ViewboxEx after the transformation were applied to it.
| |
| ActualViewbox |
Gets the Rect that describes the area of the content that is actally visible on the screen.
| |
| CanHorizontallyScroll |
CanHorizontallyScroll
| |
| CanVerticallyScroll |
CanVerticallyScroll
| |
| Child |
Gets or sets the single child of a ViewboxEx element.
(Overrides DecoratorChild.) | |
| ContentSize |
Gets the Size of the contents of a ViewboxEx before the transformation are applied to it.
| |
| ExtentHeight |
ExtentHeight
| |
| ExtentWidth |
ExtentWidth
| |
| HorizontalOffset |
HorizontalOffset
| |
| RotationAngle |
Gets or sets the rotation angle in degress, that determines the angle with witch the content of the ZoomPanel is rotated around the center of the ZoomPanel.
| |
| ScrollOwner |
ScrollOwner
| |
| Stretch |
Gets or sets the ViewboxEx System.Windows.Media.Stretch
mode, which determines how content fits into the available space.
| |
| StretchDirection |
Gets or sets the System.Windows.Controls.StretchDirection, which determines
how scaling is applied to the contents of a ViewboxEx.
| |
| VerticalOffset |
VerticalOffset
| |
| Viewbox |
Gets or sets the box as Rect that determines which part of the the contents of a ViewboxEx is shown.
Default value is "0 0 1 1" that shows the whole content.
| |
| ViewboxUnits |
Specifies the coordinate system used by Viewbox property Default value is BrushMappingMode.RelativeToBoundingBox.
| |
| ViewportHeight |
ViewportHeight
| |
| ViewportWidth |
ViewportWidth
|