Share via


PathListBox.WrapItems Property

Gets or sets whether the item index wraps to the beginning of the collection when StartItemIndex is greater than 0.

Namespace: Microsoft.Expression.Controls
Assembly: Microsoft.Expression.Controls (in microsoft.expression.controls.dll)

Syntax

'Declaration
Public Property WrapItems As Boolean
'Usage
Dim instance As PathListBox
Dim value As Boolean

value = instance.WrapItems

instance.WrapItems = value
public bool WrapItems { get; set; }
public:
property bool WrapItems {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_WrapItems ()

/** @property */
public void set_WrapItems (boolean value)
public function get WrapItems () : boolean

public function set WrapItems (value : boolean)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

PathListBox Class
PathListBox Members
Microsoft.Expression.Controls Namespace