EmfPlusSetCompositingMode.CompositingMode

EmfPlusSetCompositingMode.CompositingMode property

Gets or sets the compositing mode value, from the CompositingMode enumeration (section 2.1.1.5). Compositing can be expressed as the state of alpha blending, which can either be on or off.

public EmfPlusCompositingMode CompositingMode { get; set; }

Property Value

The compositing mode.

See Also