Last updated 9 months ago
Inheritance: Brush AvaloniaUI documentation: SolidColorBrush API
SolidColorBrush(Colors.Maroon)
let brushesRef = ViewRef<SolidColorBrush>() SolidColorBrush(Colors.Maroon) .reference(transformRef)
SolidColorBrush(color: Color)
Creates a SolidColorBrush widget.
reference(value: ViewRef)
Link a ViewRef to access the direct SolidColorBrush control instance.