MicaController.TintOpacity Property

Definition

Gets or sets the degree of opacity of the color tint.

public:
 property float TintOpacity { float get(); void set(float value); };
float TintOpacity();

void TintOpacity(float value);
public float TintOpacity { get; set; }
var single = micaController.tintOpacity;
micaController.tintOpacity = single;
Public Property TintOpacity As Single

Property Value

Single

float

The degree of opacity of the color tint.

Applies to