MindFusion.Wpf Pack Programmer's Guide
DependencyPopupContent Members
Constructors Fields Properties
 


The content of the popup displayed during interactive creation or modification of dependencies in an ActivityChart control.

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

 Public Constructors

  Name Description

DependencyPopupContent

Initializes a new instance of the DependencyPopupContent class.

 Public Fields

  Name Description

FromProperty

Identifies the From dependency property.

FromTypeProperty

Identifies the FromType dependency property.

PopupTitleProperty

Identifies the PopupTitle dependency property.

ToProperty

Identifies the To dependency property.

ToTypeProperty

Identifies the ToType dependency property.

 Public Properties

  Name Description

From

Gets or sets a string identifying the name of the source activity, or an empty string, if the dependency does not have a source activity. This is a dependency property.

FromType

Gets or sets a string identifying the relation between the dependency and its source activity. This is a dependency property.

PopupTitle

Gets or sets the title content of the popup. This is a dependency property.

To

Gets or sets a string identifying the name of the target activity, or an empty string, if the dependency does not have a target activity. This is a dependency property.

ToType

Gets or sets a string identifying the relation between the dependency and its source target. This is a dependency property.

 See Also

DependencyPopupContent Class
MindFusion.DataViews.Wpf Namespace