Partager via


AcrylicBrush.TintLuminosityOpacity Propriété

Définition

Obtient ou définit le degré d’opacité de la teinte de luminosité de la couleur.

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)

Valeur de propriété

Opacité exprimée sous la forme d’une valeur comprise entre 0 et 1,0. La valeur par défaut est 1.0, qui est une opacité totale. 0 est une opacité transparente.

Attributs
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyValidationCallbackAttribute

S’applique à