Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
MicaController.TintOpacity Property
Definition
- Namespace:
- Microsoft.UI.Composition.SystemBackdrops
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 = micaController.tintOpacity;
micaController.tintOpacity = single;
Public Property TintOpacity As Single
Property Value
Single
float
The degree of opacity of the color tint.
Applies to
Feedback
Was this page helpful?
