Click or drag to resize

PaintLayerBlendMode Property

The technique of rendering of the layer. NoBlend mode is useful when you need mix surface objects of several layers.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Reference<PaintLayerBlendModeEnum> BlendMode { get; set; }

Property Value

ReferencePaintLayerBlendModeEnum
See Also