ArcObjects Library Reference (Display)  

IIlluminationProps.Contrast Property

Ratio of bright to shadow illumination.

[Visual Basic .NET]
Public Property Contrast As Double
[C#]
public double Contrast {get; set;}
[C++]
HRESULT get_Contrast(
  double* Contrast
);
[C++]
HRESULT put_Contrast(
  double Contrast
);
[C++]

Parameters

Contrast [out, retval]   Contrast is a parameter of type double Contrast [in]   Contrast is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IIlluminationProps Interface