AgendaAppointmentPositionToConverterBase<T>.Convert(Object, Type, Object, CultureInfo) Method
A base method for the AgendaAppointmentPositionToCornerRadiusConverter and AgendaAppointmentPositionToThicknessConverter classes.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public object Convert(
object value,
Type targetType,
object parameter,
CultureInfo culture
)
Parameters
| Name | Type | Description |
|---|---|---|
| value | System.Object | The value defined in XAML. |
| targetType | Type | The type of the return value. |
| parameter | System.Object | The converter parameter. |
| culture | CultureInfo | The culture-specific formatting information. |
Returns
| Type | Description |
|---|---|
| System.Object | The object that the converter creates from the source value. |
Implements
Microsoft.Maui.Controls.IValueConverter.Convert(System.Object, Type, System.Object, CultureInfo)
See Also