AcrylicBrush.TintLuminosityOpacity Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene o establece el grado de opacidad del tono de luminosidad del color.
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)
Valor de propiedad
Opacidad expresada como un valor entre 0 y 1,0. El valor predeterminado es 1.0, que es opacidad completa. 0 es opacidad transparente.
- Atributos
-
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyValidationCallbackAttribute