Share via


PathListBox.LayoutPaths Property

Gets or sets a collection of objects that define the path(s) used for layout.

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

Syntax

'Declaration
Public ReadOnly Property LayoutPaths As LayoutPathCollection
'Usage
Dim instance As PathListBox
Dim value As LayoutPathCollection

value = instance.LayoutPaths
public LayoutPathCollection LayoutPaths { get; }
public:
property LayoutPathCollection^ LayoutPaths {
    LayoutPathCollection^ get ();
}
/** @property */
public LayoutPathCollection get_LayoutPaths ()
public function get LayoutPaths () : LayoutPathCollection

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