Search
DiagramPresenter Members
Constructors Fields Properties Methods
 


Renders the contents of a Diagram in specified viewport.

The following tables list the members exposed by the DiagramPresenter type.

 Public Constructors

  Name Description

DiagramPresenter

Initialized a new instance of the DiagramPresenter class.

 Public Fields

  Name Description

Repaint

Raised when the diagram need repainting.

ZoomFactorProperty

Identifies the ZoomFactor bindable property.

 Public Properties

  Name Description

Diagram

Gets or sets the Diagram whose contents should be rendered by this presenter.

DpiX

 

DpiY

 

MaxScrollX

Gets the end of horizontal scroll range.

MaxScrollY

Gets the end of vertical scroll range.

MinScrollX

Gets the start of horizontal scroll range.

MinScrollY

Gets the start of vertical scroll range.

ScrollX

Gets or sets the horizontal scroll position.

ScrollY

Gets or sets the vertical scroll position.

ZoomFactor

Gets or sets the zoom factor used to scale up or down the Diagram.

 Protected Methods

  Name Description

MeasureOverride

View.MeasureOverride override.

 See Also