Summary
Initializes a new instance of the
ImmutableSolidColorBrush
class.
- Namespace
- Avalonia
.Media .Immutable - Containing Type
- Immutable
Solid Color Brush
Syntax
public ImmutableSolidColorBrush(ISolidColorBrush source)
Parameters
Name | Type | Description |
---|---|---|
source | ISolidColorBrush | The brush from which this brush's properties should be copied. |
Return Value
Type | Description |
---|---|
void |