CompositionGradientBrush.InterpolationSpace 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 a value that specifies how the gradient's colors are interpolated.
public:
property CompositionColorSpace InterpolationSpace { CompositionColorSpace get(); void set(CompositionColorSpace value); };
CompositionColorSpace InterpolationSpace();
void InterpolationSpace(CompositionColorSpace value);
public CompositionColorSpace InterpolationSpace { get; set; }
var compositionColorSpace = compositionGradientBrush.interpolationSpace;
compositionGradientBrush.interpolationSpace = compositionColorSpace;
Public Property InterpolationSpace As CompositionColorSpace
Property Value
A value of the enumeration that specifies how the gradient's colors are interpolated.