Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CIMGradientFill

Represents a gradient fill which fills polygonal geometry with a specified color scheme.

Read more...

Hierarchy

Index

Properties

Optional angle

angle: number

The angle of the gradient when the GradientMethod is set to Linear or Rectangular.

Optional colorLocked

colorLocked: boolean

A value indicating whether the color set at the basic properties level is applied to the symbol layer. If the symbol layer is color locked then changes made to the color in the basic properties will not be applied to the symbol layer.

Optional colorRamp

colorRamp: any

The color scheme that is applied to the fill.

Optional effects

Whether the geometric effects that are applied to the symbol layer. Effects dynamically alter the feature geometry when the symbology is applied. Multiple effects applied to a symbol layer are rendered sequentially.

Optional enable

enable: boolean

A value indicating whether the symbol layer is visible. The symbol layer draws only when enabled. Currently, an invisible layer is not considered in any transformations when in a 3D context.

Optional gradientMethod

gradientMethod: "Linear" | "Rectangular" | "Circular" | "Buffered"

A value which specifies how the gradient is applied within the fill.

Optional gradientSize

gradientSize: number

A value which determines how much of the feature is covered by the color scheme. This is either a percentage of the total area which the color scheme spans or the number of page units from the starting point at which the gradient displays.

Optional gradientSizeUnits

gradientSizeUnits: "Relative" | "Absolute"

A value which specifies whether GradientSize is applied with an absolute distance or a relative percentage.

Optional gradientType

gradientType: "Discrete" | "Continuous"

A value which specifies if the gradient is applied with discrete intervals or if it is continuous.

Optional interval

interval: number

How many bands draw when the GradientType is set to Discrete.

Optional name

name: string

The internal name of the symbol layer used for symbol level drawing.

Optional overprint

overprint: boolean

A value indicating whether or not the symbol layer should overprint in press printing.

Optional primitiveName

primitiveName: string

The primitive name.

type

type: "CIMGradientFill"

Generated using TypeDoc