MindFusion.Scheduling for Silverlight Programmer's Guide
DependencyPresenter Members
Constructors Fields Properties Methods Events
 


Represents a dependency link between two activities in an ActivityChart.

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

 Public Constructors

  Name Description

DependencyPresenter

Initializes a new instance of the DependencyPresenter class.

 Public Fields

  Name Description

ArrowSizeProperty

Identifies the ArrowSize dependency property.

ClickedEvent

Identifies the Clicked routed event.

CornerRadiusProperty

Identifies the CornerRadius dependency property.

DependencyTypeProperty

Identifies the DependencyType dependency property.

FromBoundsProperty

Identifies the FromBounds dependency property.

HitTestDistanceProperty

Identifies the HitTestDistance dependency property.

IsCriticalProperty

Identifies the IsCritical dependency property.

PathDataProperty

Identifies the PathData dependency property.

StrokeThicknessProperty

Identifies the StrokeThickness dependency property.

ToBoundsProperty

Identifies the ToBounds dependency property.

 Public Properties

  Name Description

ArrowSize

Gets or sets the size of the dependency's arrow. This is a dependency property.

CornerRadius

Gets or sets the smoothing radius of dependency's corners. This is a dependency property.

DependencyType

Gets the type of the underlying dependency. This is a dependency property.

FromBounds

Gets the bounding rectangle (expressed in global coordinates) of the source activity of the underlying dependency. This is a dependency property.

HitTestDistance

Gets or sets the distance at which the presenter geometry will be hit-tested. This is a dependency property.

IsCritical

Gets or sets a value indicating whether the underlying dependency is part of the critical path. This is a dependency property.

PathData

Gets the geometry of the underlying dependency. This is a dependency property.

StrokeThickness

Gets or sets the thickness of the dependency's stroke. This is a dependency property.

ToBounds

Gets the bounding rectangle (expressed in global coordinates) of the target activity of the underlying dependency. This is a dependency property.

 Protected Methods

  Name Description

HitTestCore

UIElement.HitTestCore override.

MeasureOverride

Control.MeasureOverride override.

OnMouseDoubleClick

Control.OnMouseDoubleClick override.

OnMouseDown

Control.OnMouseDown override.

 Public Events

  Name Description

Clicked

Occurs when the user clicks or double-clicks with the mouse on this object.

 See Also

DependencyPresenter Class
MindFusion.DataViews.Silverlight Namespace