ArcGIS Pro 2.6 API Reference Guide
StretchColorizerDefinition Class
Members 

ArcGIS.Desktop.Mapping Namespace : StretchColorizerDefinition Class
Represents a colorizer definition for a Stretch colorizer that allows you to define the range of values to be displayed and apply a color ramp to those values.
Object Model
StretchColorizerDefinition ClassCIMColor ClassCIMColorRamp ClassCIMColor Class
Syntax
public class StretchColorizerDefinition : RasterColorizerDefinition 
Public Class StretchColorizerDefinition 
   Inherits RasterColorizerDefinition
Remarks
The StretchColorizerDefinition class allows you to define a simplified list of parameters to create a Stretch colorizer. Once you define a Stretch colorizer definition, you can call the BasicRasterLayer.CreateColorizer and BasicRasterLayer.SetColorizer methods to create and assign a Stretch colorizer to a BasicRasterLayer.
Inheritance Hierarchy

System.Object
   ArcGIS.Desktop.Mapping.LayerDrawingDefinition
      ArcGIS.Desktop.Mapping.RasterColorizerDefinition
         ArcGIS.Desktop.Mapping.StretchColorizerDefinition

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

StretchColorizerDefinition Members
ArcGIS.Desktop.Mapping Namespace