This documentation is for the old version. Go to the latest Graphics Mill docs

Spray.FrameWidth Property

Gets/sets a width of the frame for which the effect should be applied.

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

Syntax

Visual Basic
Public Property FrameWidth As Single
C#
public float FrameWidth { get; set; }

Property Value

Width of the frame for which the effect should be applied.

Remarks

If this property is set to 0, effect is applied to entire image.

Default value is 0.

See Also

Reference