Gets and sets the target contrast between foreground and background for the adjusted image.
Syntax
public byte TargetContrast {get; set;}
public: __property byte get_TargetContrast();
public: __property void set_TargetContrast(
byte value
);
public:
property byte TargetContrast {
byte get();
void set ( byte value);
}
'Declaration
Public Property TargetContrast As Byte
'Usage
Dim instance As BrightnessContrastOptions
Dim value As Byte
instance.TargetContrast = value
value = instance.TargetContrast
See Also