Resize.ResizeMode Property

Gets or sets a value which specifies how to interpret resize dimensions (Width and Height properties).

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

Syntax

C#
public ResizeMode ResizeMode { get; set; }

Property Value

A ResizeMode which specifies how to interpret the resize dimensions. The default value is Resize.

See Also

Reference