Calculates the margin for displaying a SchedulerElement in a view. The element is offset from the left if includes the start of the schedule item, and from the right if includes the end of the schedule item; otherwise, the element bleeds to the edge of the view.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public class SchedulerElementDisplayStateToThicknessConverter : IValueConverter
Visual Basic (Declaration)
Public Class SchedulerElementDisplayStateToThicknessConverter _
	Implements IValueConverter

Inheritance Hierarchy

System..::.Object
  Mindscape.WpfElements..::.SchedulerElementDisplayStateToThicknessConverter

See Also