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)
public bool AutoDisposeSources { get; set; }
true
if the channel sources (provided via the Sources property) will be disposed along with this ChannelCombiner; otherwise, false
.