AcrylicBrush.TintLuminosityOpacity 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 tint.
public:
property IReference<double> ^ TintLuminosityOpacity { IReference<double> ^ get(); void set(IReference<double> ^ value); };
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyValidationCallback(value="CoerceToZeroOneRange_Nullable")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyValidationCallback(value="CoerceToZeroOneRange_Nullable")]
IReference<double> TintLuminosityOpacity();
void TintLuminosityOpacity(IReference<double> value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyValidationCallback(value="CoerceToZeroOneRange_Nullable")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyValidationCallback(value="CoerceToZeroOneRange_Nullable")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyValidationCallback(value="CoerceToZeroOneRange_Nullable")]
IReference<double> TintLuminosityOpacity();
void TintLuminosityOpacity(IReference<double> value);
public System.Nullable<double> TintLuminosityOpacity { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyValidationCallback(value="CoerceToZeroOneRange_Nullable")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyValidationCallback(value="CoerceToZeroOneRange_Nullable")] set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyValidationCallback(value="CoerceToZeroOneRange_Nullable")]
public System.Nullable<double> TintLuminosityOpacity { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyValidationCallback(value="CoerceToZeroOneRange_Nullable")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyValidationCallback(value="CoerceToZeroOneRange_Nullable")] set; }
var iReference = acrylicBrush.tintLuminosityOpacity;
acrylicBrush.tintLuminosityOpacity = iReference;
Public Property TintLuminosityOpacity As Nullable(Of Double)
Property Value
The opacity expressed as a value between 0 and 1.0. The default value is 1.0, which is full opacity. 0 is transparent opacity.
- Attributes
-
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyValidationCallbackAttribute