PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / Unit Structure
Members

In This Topic
    Unit Structure
    In This Topic
    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
    public struct Unit : 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