Class BottomSheetLengthTypeConverter
Converts string values to BottomSheetLength instances for use in XAML.
Inheritance
System.Object
BottomSheetLengthTypeConverter
Namespace: Telerik.Maui.Controls.BottomSheet
Assembly: Telerik.Maui.Controls.dll
Syntax
public class BottomSheetLengthTypeConverter : TypeConverter
Constructors
BottomSheetLengthTypeConverter()
Declaration
public BottomSheetLengthTypeConverter()
Methods
CanConvertFrom(ITypeDescriptorContext, Type)
Declaration
public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)
Parameters
System.ComponentModel.ITypeDescriptorContext
context
|
System.Type
sourceType
|
Returns
System.Boolean
|
ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)
Declaration
public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
Parameters
System.ComponentModel.ITypeDescriptorContext
context
|
System.Globalization.CultureInfo
culture
|
System.Object
value
|
Returns
System.Object
|