←Select platform

Brightness Property

Summary

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

Syntax

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

Property Value

The value to use to adjust the image brightness. Default value is 0.0.

Example

For XAML example, refer to ContrastAdjustEffect.

For C#/VB examples, refer to ContrastAdjustEffect.

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.Media.Effects Assembly