Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / OutputRange Class / Inverted Property

In This Topic
    Inverted Property
    In This Topic
    Gets the value indicating whether the range should be inverted. If the range is inverted, the range's iterator goes from the end of the range backwards.
    Syntax
    'Declaration
     
    Public ReadOnly Property Inverted As Boolean
    public bool Inverted {get;}

    Property Value

    True if the range is inverted, false otherwise.
    See Also