MicaController.TintColor Property

Definition

Gets or sets the color tint for the mica material.

public:
 property Color TintColor { Color get(); void set(Color value); };
Color TintColor();

void TintColor(Color value);
public Color TintColor { get; set; }
var color = micaController.tintColor;
micaController.tintColor = color;
Public Property TintColor As Color

Property Value

The color tint for the mica material.

Applies to