Transparency

Fill.Transparency property

Gets or sets the degree of transparency of the specified fill as a value between 0.0 (opaque) and 1.0 (clear).

public double Transparency { get; set; }

Remarks

This property is the opposite of property Opacity.

See Also