Defines "something" with unit of measurement.

Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public abstract class UnitBase : PropertyInheritableImpl, 
	IPropertyChange, ICopyAssignable, ICloneable
Visual Basic (Declaration)
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public MustInherit Class UnitBase _
	Inherits PropertyInheritableImpl _
	Implements IPropertyChange, ICopyAssignable, ICloneable

Inheritance Hierarchy

See Also