RadialGradientBrush.InterpolationSpace Propiedad

Definición

Obtiene o establece el espacio de color usado para interpolar los colores del degradado.

Esta documentación se aplica a WinUI 2 para UWP (para WinUI en la SDK de Aplicaciones para Windows, consulta los espacios de nombres SDK de Aplicaciones para Windows).

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::Windows::UI::Composition::CompositionColorSpace::Auto")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::Windows::UI::Composition::CompositionColorSpace::Auto")]
CompositionColorSpace InterpolationSpace();

void InterpolationSpace(CompositionColorSpace value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::Windows::UI::Composition::CompositionColorSpace::Auto")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::Windows::UI::Composition::CompositionColorSpace::Auto")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::Windows::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::Windows::UI::Composition::CompositionColorSpace::Auto")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)] [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::Windows::UI::Composition::CompositionColorSpace::Auto")] set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::Windows::UI::Composition::CompositionColorSpace::Auto")]
public CompositionColorSpace InterpolationSpace { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)] [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::Windows::UI::Composition::CompositionColorSpace::Auto")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)] [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::Windows::UI::Composition::CompositionColorSpace::Auto")] set; }
Public Property InterpolationSpace As CompositionColorSpace

Valor de propiedad

Espacio de color usado para interpolar los colores del degradado. El valor predeterminado es Auto.

Atributos
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackAttribute Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Comentarios

Para conocer los valores admitidos, consulte CompositionRadialGradientBrush.InterpolationSpace.

Se aplica a