Material

A blurred material, as used behind bars and sheets. Thinner materials let more of the content behind them through.
public sealed class Material(MaterialKind kind) : Brush

Constructors

Initializes a new instance of the Material class.

public Material(
  MaterialKind kind)
ParameterSummary
MaterialKind kindHow much the material blurs the content behind it.

Properties

Kind

How much the material blurs what sits behind it.

Type: MaterialKind

public MaterialKind Kind { get; }