LEADTOOLS WPF and Silverlight (Leadtools.Windows.Media.Effects assembly)
LEAD Technologies, Inc

Brightness Property






Gets or sets the value to use to adjust the image brightness. This is a dependency property. .NET support Silverlight support
Syntax
public double Brightness {get; set;}
'Declaration
 
Public Property Brightness As Double
'Usage
 
Dim instance As ContrastAdjustEffect
Dim value As Double
 
instance.Brightness = value
 
value = instance.Brightness
ObjectiveC Syntax
Java Syntax
public:
property double Brightness {
   double get();
   void set (    double value);
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ContrastAdjustEffect Class
ContrastAdjustEffect Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.