This document is archived and information here might be outdated.  Recommended version.


IIlluminationProps.Contrast Property (ArcObjects .NET 10.4 SDK)
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