ImmutableSolidColorBrush(UInt32) 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(
uint color
)
Public Sub New (
color As UInteger
)
new :
color : uint32 -> ImmutableSolidColorBrush
Parameters
- UInt32
- The color to use.
See Also
Reference
ImmutableSolidColorBrush Class
ImmutableSolidColorBrush Overload
Avalonia.Media.Immutable Namespace