←Select platform

ColorInterpolationMode Property

Summary

Gets or sets a System.Windows.Media.ColorInterpolationMode enumeration that specifies how the gradient's colors are interpolated.

Syntax

C#
VB
C++
public ColorInterpolationMode ColorInterpolationMode { get; set; } 
  
Public Property ColorInterpolationMode As ColorInterpolationMode 
public: 
property ColorInterpolationMode ColorInterpolationMode { 
   ColorInterpolationMode get(); 
   void set (    ColorInterpolationMode ); 
} 

Property Value

Specifies how the colors in a gradient are interpolated. The default is System.Windows.Media.ColorInterpolationMode.SRgbLinearInterpolation.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly