The DiagramScrollContentPresenter type exposes the following members.

Constructors

Methods

  NameDescription
ArrangeOverride
Positions the single child element and determines the content of a DiagramScrollContentPresenter.
(Overrides ContentPresenter..::.ArrangeOverride(Size).)
GetLayoutClip
Returns a geometry for a clipping mask. The mask applies if the layout system attempts to arrange an element that is larger than the available display space.
(Overrides FrameworkElement..::.GetLayoutClip(Size).)

Fields

  NameDescription
HorizontalOffsetProperty
Identifies the HorizontalOffset property.
VerticalOffsetProperty
Identifies the VerticalOffset property.

Properties

  NameDescription
HorizontalOffset
Gets or sets the horizontal offset (scroll position). This is a dependency property.
VerticalOffset
Gets or sets the vertical offset (scroll position). This is a dependency property.

See Also