CrissCross.Avalonia.UI.Converters namespace¶
Part of the CrissCross.Avalonia.UI package.
| Type | Kind | Summary |
|---|---|---|
| BoolToInvertedBoolConverter | class | Converts a boolean value to its inverted value. |
| BrushToColorConverter | class | Converts a SolidColorBrush to a Color. |
| ColorToBrushConverter | class | Converts a Color to a SolidColorBrush. |
| ColorToHexConverter | class | Converts a Color to a hex string. |
| EnumToBoolConverter | class | Converts an enum value to a boolean based on parameter comparison. |
| MinConverter | class | Returns the minimum of two values. |
| TextToAsteriskConverter | class | Converts a string to asterisks for password display. |