ChannelCombiner.AutoDisposeSources Property

Gets or sets a value indicating whether the channel sources should be disposed along with this ChannelCombiner.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public bool AutoDisposeSources { get; set; }

Property Value

true if the channel sources (provided via the Sources property) will be disposed along with this ChannelCombiner; otherwise, false.

See Also

Reference