Item.SoftMask Property

Gets or sets a soft mask representing variable opacity for this item.

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

Syntax

C#
public GraphicsContainer SoftMask { get; set; }

Property Value

A GraphicsContainer whose content defines the opacity mask, or null if no soft mask is set.

See Also

Reference

Manual