MindFusion.Wpf Pack Programmer's Guide
DiagramPresenter Properties
 


 Public Properties

  Name Description

CanHorizontallyScroll

Implements IScrollInfo.CanHorizontallyScroll.

CanVerticallyScroll

Implements IScrollInfo.CanVerticallyScroll.

Diagram

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

ExtentHeight

Implements IScrollInfo.ExtentHeight.

ExtentWidth

Implements IScrollInfo.ExtentWidth.

HorizontalOffset

Implements IScrollInfo.HorizontalOffset.

ReadOnly

Gets or sets whether the presenter prevents user interaction with the diagram.

ScrollOwner

Implements IScrollInfo.ScrollOwner.

ScrollX

Gets or sets the horizontal scroll position.

ScrollY

Gets or sets the vertical scroll position.

VerticalOffset

Implements IScrollInfo.VerticalOffset.

ViewportHeight

Implements IScrollInfo.ViewportHeight.

ViewportWidth

Implements IScrollInfo.ViewportWidth.

ZoomFactor

Gets or sets the effective zoom factor used to scale up or down the Diagram. This property takes into consideration the Diagram.ZoomFactor so changing it will not cause visual change

 Protected Properties

  Name Description

VisualChildrenCount

Panel.VisualChildrenCount override.

 See Also

DiagramPresenter Class
MindFusion.Diagramming.Wpf Namespace