DesktopAcrylicController.TintOpacity 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 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 = desktopAcrylicController.tintOpacity;
desktopAcrylicController.tintOpacity = single;
Public Property TintOpacity As Single
Property Value
Single
float
The degree of opacity of the color tint.