←Select platform

Contrast Property

Summary

Gets or sets the value to use to adjust the image saturation. This is a dependency property.

Syntax
C#
VB
C++
public double Contrast { get; set; } 
  
Public Property Contrast As Double 
public: 
property double Contrast { 
   double get(); 
   void set (    double ); 
} 

Property Value

The value to use to adjust the image saturation. Default value is 1.2.

Example

For XAML example, refer to ContrastAdjustEffect.

For C#/VB examples, refer to ContrastAdjustEffect.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Media.Effects Assembly