Gets or sets a value that represents how much to lighten the thumbnail image.
Syntax
Visual Basic (Declaration) | |
---|
Public Property LightnessFactor As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As PicturizeListCommand
Dim value As Integer
instance.LightnessFactor = value
value = instance.LightnessFactor
|
C# | |
---|
public int LightnessFactor {get; set;} |
Managed Extensions for C++ | |
---|
public: __property int get_LightnessFactor();
public: __property void set_LightnessFactor(
int value
); |
C++/CLI | |
---|
public:
property int LightnessFactor {
int get();
void set (int value);
} |
Return Value
Value that represents how much to lighten the thumbnail image. Valid values are between 0 and 1000. This value is divided internally by 1000. Values between 0 and 499 darken the image. Values between 500 and 1000 lighten the image.
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also