MicaController.TintColor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.