LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

ColorInterpolationMode Property

Show in webframe





Gets or sets a System.Windows.Media.ColorInterpolationMode enumeration that specifies how the gradient's colors are interpolated.
Syntax
public ColorInterpolationMode ColorInterpolationMode {get; set;}
'Declaration
 
Public Property ColorInterpolationMode As ColorInterpolationMode
'Usage
 
Dim instance As AnnGradientBrush
Dim value As ColorInterpolationMode
 
instance.ColorInterpolationMode = value
 
value = instance.ColorInterpolationMode

            

            
public:
property ColorInterpolationMode ColorInterpolationMode {
   ColorInterpolationMode get();
   void set (    ColorInterpolationMode value);
}

Property Value

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

Target Platforms

See Also

Reference

AnnGradientBrush Class
AnnGradientBrush Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.