Calculates the corner radius for displaying a SchedulerElement in a view. The element is given rounded corners on the left or top if it includes the start of the schedule item, and on the right or bottom if it includes the end of the schedule item; otherwise, the item is given non-rounded corners.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  Mindscape.WpfElements..::.SchedulerElementDisplayStateToCornerRadiusConverter

See Also