RadialGradientBrush.InterpolationSpace Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit l’espace de couleur utilisé pour interpoler les couleurs du dégradé.
public:
property CompositionColorSpace InterpolationSpace { CompositionColorSpace get(); void set(CompositionColorSpace value); };
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::Microsoft::UI::Composition::CompositionColorSpace::Auto")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::Microsoft::UI::Composition::CompositionColorSpace::Auto")]
CompositionColorSpace InterpolationSpace();
void InterpolationSpace(CompositionColorSpace value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::Microsoft::UI::Composition::CompositionColorSpace::Auto")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::Microsoft::UI::Composition::CompositionColorSpace::Auto")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::Microsoft::UI::Composition::CompositionColorSpace::Auto")]
CompositionColorSpace InterpolationSpace();
void InterpolationSpace(CompositionColorSpace value);
public CompositionColorSpace InterpolationSpace { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)] [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::Microsoft::UI::Composition::CompositionColorSpace::Auto")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)] [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::Microsoft::UI::Composition::CompositionColorSpace::Auto")] set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::Microsoft::UI::Composition::CompositionColorSpace::Auto")]
public CompositionColorSpace InterpolationSpace { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)] [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::Microsoft::UI::Composition::CompositionColorSpace::Auto")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)] [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::Microsoft::UI::Composition::CompositionColorSpace::Auto")] set; }
var compositionColorSpace = radialGradientBrush.interpolationSpace;
radialGradientBrush.interpolationSpace = compositionColorSpace;
Public Property InterpolationSpace As CompositionColorSpace
Valeur de propriété
Espace de couleurs utilisé pour interpoler les couleurs du dégradé. Par défaut, il s’agit de Auto
.
- Attributs
-
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackAttribute Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute
Remarques
Pour connaître les valeurs prises en charge, consultez CompositionRadialGradientBrush.InterpolationSpace.