Gets and sets the target brightness level for background of adjusted image.
Syntax
public byte TargetBrightness {get; set;}
public: __property byte get_TargetBrightness();
public: __property void set_TargetBrightness(
byte value
);
public:
property byte TargetBrightness {
byte get();
void set ( byte value);
}
'Declaration
Public Property TargetBrightness As Byte
'Usage
Dim instance As BrightnessContrastOptions
Dim value As Byte
instance.TargetBrightness = value
value = instance.TargetBrightness
See Also