Share via


PathListBoxItem.IsArranged Property

For a description of this member, see IsArranged.

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

Syntax

'Declaration
Public Property IsArranged As Boolean
'Usage
Dim instance As PathListBoxItem
Dim value As Boolean

value = instance.IsArranged
public bool IsArranged { get; }
public:
virtual property bool IsArranged {
    bool get () sealed;
}
/** @property */
public final boolean get_IsArranged ()
public final function get IsArranged () : 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

PathListBoxItem Class
PathListBoxItem Members
Microsoft.Expression.Controls Namespace