ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1LinePanel Class / Reverse Property

In This Topic
    Reverse Property
    In This Topic
    Gets or sets whether the items are arranged top-down/left-right or bottom-up/right-left.
    Syntax
    'Declaration
     
    Public Property Reverse As System.Boolean
    public System.bool Reverse {get; set;}
    See Also