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


ILayerEffects.Contrast Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

ILayerEffects.Contrast Property

Layer contrast in percent (-100 - 100).

[Visual Basic .NET]
Public Property Contrast As Short
[C#]
public short Contrast {get; set;}
[C++]
HRESULT get_Contrast(
  System.Int16* ContrastValue
);
[C++]
HRESULT put_Contrast(
  short ContrastValue
);
[C++]

Parameters ContrastValue [out, retval]
ContrastValue is a parameter of type short* ContrastValue [in]
ContrastValue is a parameter of type short

Product Availability

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

See Also

ILayerEffects Interface

.NET Samples

Layer effects animation in ArcMap (Code Files: MapLayerEffectsKeyframe)