MindFusion.Wpf Pack Programmer's Guide
AllocationPresenter Properties
 


 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.)

ActivityNameForeground

Gets or sets the Foreground of the text, displaying the name of the allocated activity. This is a dependency property.

Allocation

Gets the underlying item as IResourceAllocationViewModel.

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.)

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.)

IsInCollision

Gets a value indicating whether the presenter collides with another allocation presenter, while both presenters display allocations for the same resource.

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.)

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.)

ShowActivity

Gets or sets a value indicating whether the presenter should display the name of the activity it's allocated to. 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.)

 See Also

AllocationPresenter Class
MindFusion.DataViews.Wpf Namespace