Brush.Opacity

Brush.Opacity property

Gets or sets the brush opacity. The value should be between 0 and 1. Value of 0 means that brush is fully visible, value of 1 means the brush is fully opaque.

public float Opacity { get; set; }

Property Value

The brush opacity value.

See Also