Brush

How a view's background is filled: a solid color, a gradient, or a blurred material.
public abstract class Brush

Operators

Implicit Brush(Color)

Fills with a solid color.

public static implicit operator Brush(
  Color color)
ParameterSummary
Color colorThe solid color to wrap.

Returns

  • Brush: A solid brush using the color.