ThemeVariantTypeConverterConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Method
Namespace: Avalonia.StylingAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public override Object ConvertFrom(
ITypeDescriptorContext? context,
CultureInfo? culture,
Object value
)
Public Overrides Function ConvertFrom (
context As ITypeDescriptorContext,
culture As CultureInfo,
value As Object
) As Object
abstract ConvertFrom :
context : ITypeDescriptorContext *
culture : CultureInfo *
value : Object -> Object
override ConvertFrom :
context : ITypeDescriptorContext *
culture : CultureInfo *
value : Object -> Object
- context ITypeDescriptorContext
-
- culture CultureInfo
-
- value Object
-
Object