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.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public class SchedulerElementDisplayStateToThicknessConverter : IValueConverter
Visual Basic
Public Class SchedulerElementDisplayStateToThicknessConverter _
	Implements IValueConverter
Visual C++
public ref class SchedulerElementDisplayStateToThicknessConverter : IValueConverter

Inheritance Hierarchy

System..::..Object
  Mindscape.SilverlightElements..::..SchedulerElementDisplayStateToThicknessConverter

See Also