A structure representing a single coordinate or dimension of an object
(e.g. X or Height of a RenderObject)
in a C1PrintDocument.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[SerializableAttribute] [TypeConverterAttribute(typeof(Unit..::..TypeConverter))] public struct Unit |
Visual Basic |
---|
<SerializableAttribute> _ <TypeConverterAttribute(GetType(Unit..::..TypeConverter))> _ Public Structure Unit |
Remarks
The value may be "auto", absolute (e.g. "5mm"), or an expression (e.g. "prev.width + 12mm"). See #ctor(String) for more details.