DesktopAcrylicController.LuminosityOpacity 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's luminosity.
public:
property float LuminosityOpacity { float get(); void set(float value); };
float LuminosityOpacity();
void LuminosityOpacity(float value);
public float LuminosityOpacity { get; set; }
var single = desktopAcrylicController.luminosityOpacity;
desktopAcrylicController.luminosityOpacity = single;
Public Property LuminosityOpacity As Single
Property Value
Single
float
The degree of opacity of the color's luminosity.