The DiagramScrollContentPresenter type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DiagramScrollContentPresenter |
Methods
| Name | Description | |
|---|---|---|
| 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
| Name | Description | |
|---|---|---|
| HorizontalOffsetProperty |
Identifies the HorizontalOffset property.
| |
| VerticalOffsetProperty |
Identifies the VerticalOffset property.
|
Properties
| Name | Description | |
|---|---|---|
| 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.
|