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

UnitConverterObject.Unit Property

Gets/sets unit to convert from/to.

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

Syntax

Visual Basic
Public Overridable Property Unit As Unit
C#
public virtual Unit Unit { get; set; }

Property Value

Unit value, specifying target unit.

Implements

IUnitConverter.Unit

See Also

Reference