The SchedulerElementDisplayStateToCornerRadiusConverter type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SchedulerElementDisplayStateToCornerRadiusConverter |
Initializes a new instance of the SchedulerElementDisplayStateToCornerRadiusConverter class.
|
Methods
| Name | Description | |
|---|---|---|
| Convert |
Calculates corner rounding for displaying a SchedulerElement in a summary view.
| |
| ConvertBack |
Converts a value from a binding target for writing to a binding source.
|
Properties
| Name | Description | |
|---|---|---|
| Orientation |
Gets or sets the orientation of the item. If Vertical, the rounding will be applied to the top
and/or bottom pairs of corners; if Horizontal, to the left and/or right pairs of corners.
The default is Orientation.Vertical.
| |
| ScheduleElementEndRadius |
Gets or sets the corner rounding to be applied at each end of the SchedulerElement
if that end is included in the SchedulerElementDisplayState.
|