ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / Unit Structure / IsAbs Property

In This Topic
    IsAbs Property
    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 System.Boolean
    public System.bool IsAbs {get;}
    See Also