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

Transform.ScaleY Property

Gets or sets a scale factor in the y-direction.

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)

Syntax

Visual Basic
Public Property ScaleY As Double
C#
public double ScaleY { get; set; }

Property Value

The Double value which represents a scale factor in the y-direction.

Default value is 1.

See Also

Reference