IPathLayoutItem.IsArranged Property

Gets or sets whether or not the item is arranged on the path.

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

Syntax

'Declaration
ReadOnly Property IsArranged As Boolean
'Usage
Dim instance As IPathLayoutItem
Dim value As Boolean

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

IPathLayoutItem Interface
IPathLayoutItem Members
Microsoft.Expression.Controls Namespace