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

UnitConverterHandler.Unit Property

Gets/sets unit used to measure all the coordinates, sizes and other spatial values.

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 enumeration member which specifies unit to measure the coordinates and sizes.

Implements

IUnitConverter.Unit

See Also

Reference