ScaleAlpha.AutoDisposeScaleSource Property

Gets or sets whether to dispose the scale source when this ScaleAlpha is disposed.

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

Syntax

C#
public bool AutoDisposeScaleSource { get; set; }

Property Value

true if the the scale source should be disposed with this ScaleAlpha; otherwise, false.

See Also

Reference