Click or drag to resize

ViewboxEx Properties

The ViewboxEx type exposes the following members.

Properties
  NameDescription
Public propertyActualContentBounds
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.
Public propertyActualContentSize
Gets the Size of the contents of a ViewboxEx after the transformation were applied to it.
Public propertyActualViewbox
Gets the Rect that describes the area of the content that is actally visible on the screen.
Public propertyCanHorizontallyScroll
CanHorizontallyScroll
Public propertyCanVerticallyScroll
CanVerticallyScroll
Public propertyChild
Gets or sets the single child of a ViewboxEx element.
(Overrides DecoratorChild.)
Public propertyContentSize
Gets the Size of the contents of a ViewboxEx before the transformation are applied to it.
Public propertyExtentHeight
ExtentHeight
Public propertyExtentWidth
ExtentWidth
Public propertyHorizontalOffset
HorizontalOffset
Public propertyRotationAngle
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.
Public propertyScrollOwner
ScrollOwner
Public propertyStretch
Gets or sets the ViewboxEx System.Windows.Media.Stretch mode, which determines how content fits into the available space.
Public propertyStretchDirection
Gets or sets the System.Windows.Controls.StretchDirection, which determines how scaling is applied to the contents of a ViewboxEx.
Public propertyVerticalOffset
VerticalOffset
Public propertyViewbox
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.
Public propertyViewboxUnits
Specifies the coordinate system used by Viewbox property Default value is BrushMappingMode.RelativeToBoundingBox.
Public propertyViewportHeight
ViewportHeight
Public propertyViewportWidth
ViewportWidth
Top
See Also