C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / Unit Structure
Members

Unit Structure
A structure representing a single coordinate or dimension of an object (e.g. RenderObject.X or RenderObject.Height of a RenderObject) in a C1PrintDocument.
Object Model
Unit Structure
Syntax
'Declaration
 
Public Structure Unit 
   Inherits System.ValueType
 
Remarks

The value may be "auto", absolute (e.g. "5mm"), or an expression (e.g. "prev.width + 12mm"). See Unit Constructor(String) for more details.

Inheritance Hierarchy

System.Object
   System.ValueType
      C1.C1Preview.Unit

See Also