MindFusion.Wpf Pack Programmer's Guide
ActivityPresenter Members
Constructors Fields Properties Methods Events
 


Represents an activity in an ActivityChart.

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

 Public Constructors

  Name Description

ActivityPresenter

Initializes a new instance of the ActivityPresenter class.

 Public Fields

  Name Description

AccentBrushProperty

Identifies the AccentBrush dependency property. (Inherited from BasePresenter.)

ClickedEvent

Identifies the Clicked routed event. (Inherited from BasePresenter.)

CornerRadiusProperty

Identifies the CornerRadius dependency property. (Inherited from BasePresenter.)

DependencyAnchorCursorProperty

Identifies the DependencyAnchorCursor dependency property. (Inherited from BasePresenter.)

DurationProperty

Identifies the Duration dependency property. (Inherited from BasePresenter.)

EnableDependenciesProperty

Identifies the EnableDependencies dependency property.

EnableDependencyHandlesProperty

Identifies the EnableDependencyHandles dependency property.

EndTimeProperty

Identifies the EndTime dependency property. (Inherited from BasePresenter.)

ExpectedDurationProperty

Identifies the ExpectedDuration dependency property. (Inherited from BasePresenter.)

ExpectedEndTimeProperty

Identifies the ExpectedEndTime dependency property. (Inherited from BasePresenter.)

ExpectedProgressProperty

Identifies the ExpectedProgress dependency property. (Inherited from BasePresenter.)

ExpectedStartTimeProperty

Identifies the ExpectedStartTime dependency property. (Inherited from BasePresenter.)

FocusBrushProperty

Identifies the FocusBrush dependency property. (Inherited from BasePresenter.)

IsCriticalProperty

Identifies the IsCritical dependency property.

IsMilestoneProperty

Identifies the IsMilestone dependency property.

IsSnappingProperty

Identifies the IsSnapping dependency property. (Inherited from BasePresenter.)

LeftResizeCursorProperty

Identifies the LeftResizeCursor dependency property. (Inherited from BasePresenter.)

ModifiedEvent

Identifies the Modified routed event. (Inherited from BasePresenter.)

ModifyingEvent

Identifies the Modifying routed event. (Inherited from BasePresenter.)

MouseOverBackgroundProperty

Identifies the MouseOverBackground dependency property. (Inherited from BasePresenter.)

MouseOverBorderBrushProperty

Identifies the MouseOverBorderBrush dependency property. (Inherited from BasePresenter.)

ProgressBackgroundProperty

Identifies the ProgressBackground dependency property. (Inherited from BasePresenter.)

ProgressLengthProperty

Identifies the ProgressLength dependency property. (Inherited from BasePresenter.)

ProgressProperty

Identifies the Progress dependency property. (Inherited from BasePresenter.)

ProgressResizeCursorProperty

Identifies the ProgressResizeCursor dependency property. (Inherited from BasePresenter.)

ResourceAllocationsProperty

Identifies the ResourceAllocations dependency property.

ResourcesLabelFontSizeProperty

Identifies the ResourcesLabelFontSize dependency property.

ResourcesLabelFontStretchProperty

Identifies the ResourcesLabelFontStretch dependency property.

ResourcesLabelFontStyleProperty

Identifies the ResourcesLabelFontStyle dependency property.

ResourcesLabelFontWeightProperty

Identifies the ResourcesLabelFontWeight dependency property.

ResourcesLabelForegroundProperty

Identifies the ResourcesLabelForeground dependency property.

ResourcesLabelOffsetXProperty

Identifies the ResourcesLabelOffsetX dependency property.

ResourcesLabelOffsetYProperty

Identifies the ResourcesLabelOffsetY dependency property.

RightResizeCursorProperty

Identifies the RightResizeCursor dependency property. (Inherited from BasePresenter.)

ScheduleModeProperty

Identifies the ScheduleMode dependency property.

StartTimeProperty

Identifies the StartTime dependency property. (Inherited from BasePresenter.)

 Public Properties

  Name Description

AccentBrush

Gets or sets the brush used for special parts such as the start and end brackets of the item. This is a dependency property. (Inherited from BasePresenter.)

CornerRadius

Gets or sets the radius of the corners of this presenter. This is a dependency property. (Inherited from BasePresenter.)

DependencyAnchorCursor

Gets or sets the cursor to display when the user is creating a new dependency or when the user is pointing one of the anchors with the mouse. This is a dependency property. (Inherited from BasePresenter.)

Duration

Gets the duration of the item. This is a dependency property. (Inherited from BasePresenter.)

EnableDependencies

Gets or sets a value indicating whether dependencies are enabled for this activity. This is a dependency property.

EnableDependencyHandles

Gets or sets a value indicating whether the activity presenter will show the dependency handles. This is a dependency property.

EndTime

Gets the end time of the item. This is a dependency property. (Inherited from BasePresenter.)

ExpectedDuration

Gets or sets the expected Duration of the item at the end of the current interaction. This property is only relevant during user interaction. This is a dependency property. (Inherited from BasePresenter.)

ExpectedEndTime

Gets or sets the expected EndTime of the item at the end of the current interaction. This property is only relevant during user interaction. This is a dependency property. (Inherited from BasePresenter.)

ExpectedProgress

Gets or sets the expected Progress of the item at the end of the current interaction. This property is only relevant during user interaction. This is a dependency property. (Inherited from BasePresenter.)

ExpectedStartTime

Gets or sets the expected StartTime of the item at the end of the current interaction. This property is only relevant during user interaction. This is a dependency property. (Inherited from BasePresenter.)

FocusBrush

Gets or sets the brush of the focus indicator of the item. This is a dependency property. (Inherited from BasePresenter.)

IsCritical

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

IsMilestone

Gets a value indicating whether the underlying activity is a milestone. This is a dependency property.

IsSnapping

Gets or sets a value indicating whether snapping is enabled. This is a dependency property. (Inherited from BasePresenter.)

LeftResizeCursor

Gets or sets the cursor to display when the user is resizing the start of the item or when the user is about to start a resizing operation. This is a dependency property. (Inherited from BasePresenter.)

MouseOverBackground

Gets or sets the background of the item when the user points it with the mouse. This is a dependency property. (Inherited from BasePresenter.)

MouseOverBorderBrush

Gets or sets the border brush of the item when the user points it with the mouse. This is a dependency property. (Inherited from BasePresenter.)

Progress

Gets or sets the progress/completion of the item. This is a dependency property. (Inherited from BasePresenter.)

ProgressBackground

Gets or sets the background brush of the progress indicator. This is a dependency property. (Inherited from BasePresenter.)

ProgressLength

Gets the calculated length of the progress indicator. This is a dependency property. (Inherited from BasePresenter.)

ProgressResizeCursor

Gets or sets the cursor to display when the user is modifying the progress of the item or when the user is about to start a modification. This is a dependency property. (Inherited from BasePresenter.)

ResourceAllocations

Gets or sets the resource allocation associated with the bound activity. This is a dependency property.

ResourcesLabelFontSize

Gets or sets a font size of the text displaying allocated resources. This is a dependency property.

ResourcesLabelFontStretch

Gets or sets a font stretch to the text displaying allocated resources. This is a dependency property.

ResourcesLabelFontStyle

Gets or sets a font style to the text displaying allocated resources. This is a dependency property.

ResourcesLabelFontWeight

Gets or sets a font weight to the text displaying allocated resources. This is a dependency property.

ResourcesLabelForeground

Gets or sets a foreground of the text displaying allocated resources. This is a dependency property.

ResourcesLabelOffsetX

Gets or sets a horizontal offset to the relative position of the text displaying allocated resources. This is a dependency property.

ResourcesLabelOffsetY

Gets or sets a vertical offset to the relative position of the text displaying allocated resources. This is a dependency property.

RightResizeCursor

Gets or sets the cursor to display when the user is resizing the end of the item or when the user is about to start a resizing operation. This is a dependency property. (Inherited from BasePresenter.)

ScheduleMode

Gets a value indicating the mode of the underlying activity. This is a dependency property.

StartTime

Gets the start time of the item. This is a dependency property. (Inherited from BasePresenter.)

TimeResolution

Gets the time resolution in the panel containing this presenter, expressed as DIPs per tick (DPT). (Inherited from BasePresenter.)

 Public Methods

  Name Description

OnApplyTemplate

BasePresenter.OnApplyTemplate override.

 Protected Methods

  Name Description

ArrangeOverride

Control.ArrangeOverride override.

OnKeyDown

UIElement.OnKeyDown override. (Inherited from BasePresenter.)

OnKeyUp

UIElement.OnKeyUp override. (Inherited from BasePresenter.)

OnMouseDoubleClick

Control.OnMouseDoubleClick override. (Inherited from BasePresenter.)

OnMouseDown

UIElement.OnMouseDown override. (Inherited from BasePresenter.)

OnPreviewMouseLeftButtonDown

UIElement.OnPreviewMouseLeftButtonDown override.

OnPreviewMouseMove

BasePresenter.OnPreviewMouseMove override.

OnPreviewMouseUp

BasePresenter.OnPreviewMouseUp override.

 Public Events

  Name Description

Clicked

Occurs when the user clicks or double-clicks with the mouse on this object. (Inherited from BasePresenter.)

Modified

Occurs when the presenter has been modified interactively. (Inherited from BasePresenter.)

Modifying

Occurs when the presenter is being modified interactively. (Inherited from BasePresenter.)

 See Also

ActivityPresenter Class
MindFusion.DataViews.Wpf Namespace