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

Texturize.ColumnsAmount Property

Gets/sets columns number (how much images will be put horizontally).

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

Syntax

Visual Basic
Public Property ColumnsAmount As Integer
C#
public int ColumnsAmount { get; set; }

Property Value

Columns number.

Remarks

Default value is 4.

See Also

Reference