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

In This Topic
    IsAbs Property (Unit)
    In This Topic
    Gets a value indicating whether the current unit represents an absolute value (such as "1mm", "2in", "3em" and so on).
    Syntax
    'Declaration
     
    Public ReadOnly Property IsAbs As Boolean
    public bool IsAbs {get;}
    See Also