SolidColorBrush.Opacity

SolidColorBrush.Opacity property

Gets or sets the opacity. Defines the uniform transparency of the brush fill. Values range from 0 (fully transparent) to 1 (fully opaque), inclusive. Values outside of this range are invalid.

public double Opacity { get; set; }

See Also