ImmutableSolidColorBrush(ISolidColorBrush) Constructor
Initializes a new instance of the ImmutableSolidColorBrush class.
Definition
Namespace: Avalonia.Media.Immutable
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public ImmutableSolidColorBrush(
ISolidColorBrush source
)
Public Sub New (
source As ISolidColorBrush
)
new :
source : ISolidColorBrush -> ImmutableSolidColorBrush
Parameters
- ISolidColorBrush
- The brush from which this brush's properties should be copied.
See Also
Reference
ImmutableSolidColorBrush Class
ImmutableSolidColorBrush Overload
Avalonia.Media.Immutable Namespace