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

Texturize.RowsAmount Property

Gets/sets rows number (how much images will be put vertically).

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

Syntax

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

Property Value

Rows number.

Remarks

Default value is 4.

See Also

Reference