Structure containing enumeration for different length units and holding a specific units value. Can convert unit names (including %) to and from strings.

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public struct LengthUnit
Visual Basic (Declaration)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public Structure LengthUnit

See Also