Summary
- Namespace
- Avalonia
.Markup .Xaml .Converters - Interfaces
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type-.->Interface0["IValueConverter"]
click Interface0 "/api/Avalonia.Data.Converters/IValueConverter"
Type["ColorToBrushConverter"]
class Type type-node
Syntax
public class ColorToBrushConverter : IValueConverter
Methods
Name | Value | Summary |
---|---|---|
Convert |
object |
static
|
Convert |
object | |
ConvertBack |
object |
Converts an
ISolidColorBrush to a Color if the arguments are of the
correct type.
static
|
ConvertBack |
object |
Converts an
ISolidColorBrush to a Color if the arguments are of the
correct type.
|