SpreadsheetGear 2017
Contrast Property (IPictureFormat)






SpreadsheetGear.Shapes Namespace > IPictureFormat Interface : Contrast Property
Gets or sets the picture contrast (0.0 to 1.0).
Syntax
'Declaration
 
Property Contrast As System.Double
'Usage
 
Dim instance As IPictureFormat
Dim value As System.Double
 
instance.Contrast = value
 
value = instance.Contrast
System.double Contrast {get; set;}
read-write property Contrast: System.Double; 
function get,set Contrast : System.double
__property System.double get_Contrast();
__property void set_Contrast( 
   System.double value
);
property System.double Contrast {
   System.double get();
   void set (    System.double value);
}
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

IPictureFormat Interface
IPictureFormat Members