The DiagramScrollViewer type exposes the following members.

Properties

  NameDescription
CanShowScrollBars
Gets or sets whether the DiagramScrollViewer is permitted to display scroll bars. The default is true. This is a dependency property.
Content
Gets or sets the content. This is a dependency property.
DiagramSurface
Gets or sets the DiagramSurface for which this DiagramScrollViewer provides scrolling functionality. This is a dependency property.
EffectiveZoom
Gets the effective zoom. This is a dependency property.
Extent
Gets the content extent. This is a dependency property.
ExtraSpace
Gets the extra space around the content. This is a dependency property.
HorizontalOffset
Gets the horizontal offset. This is a dependency property.
MinimumExtraSpace
Gets or sets the minimum extra space around the content (used for infinite scrolling). This is a dependency property.
VerticalOffset
Gets the vertical offset. This is a dependency property.
Zoom
Gets or sets the zoom. This is a dependency property.
ZoomMode
Gets or sets built-in zooming behavior. This is a dependency property.

See Also