DesktopAcrylicController.TintColor Property

Definition

Gets or sets the color tint for the background acrylic material.

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

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

Property Value

The color tint for the background acrylic material.

Applies to