Share via


PathPanel.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 Property LayoutPaths As LayoutPathCollection
'Usage
Dim instance As PathPanel
Dim value As LayoutPathCollection

value = instance.LayoutPaths

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

/** @property */
public void set_LayoutPaths (LayoutPathCollection value)
public function get LayoutPaths () : LayoutPathCollection

public function set LayoutPaths (value : 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

PathPanel Class
PathPanel Members
Microsoft.Expression.Controls Namespace