Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IGraphic Interface / Contrast Property


In This Topic
Contrast Property
In This Topic
Gets or sets the contrast for the specified picture.
Syntax
'Declaration
 
Property Contrast As Double
 
'Usage
 
Dim instance As IGraphic
Dim value As Double
 
instance.Contrast = value
 
value = instance.Contrast

Property Value

The value for this property must be a number from 0.0 (the least contrast) to 1.0 (the greatest contrast).
See Also