LayoutPathCollection Class

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

Syntax

'Declaration
Public Class LayoutPathCollection
    Inherits FreezableCollection(Of LayoutPath)
'Usage
Dim instance As LayoutPathCollection
public class LayoutPathCollection : FreezableCollection<LayoutPath>
public ref class LayoutPathCollection : public FreezableCollection<LayoutPath^>
public class LayoutPathCollection extends FreezableCollection<LayoutPath>
public class LayoutPathCollection extends FreezableCollection<LayoutPath>

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
     System.Windows.DependencyObject
       System.Windows.Freezable
         System.Windows.Media.Animation.Animatable
           System.Windows.FreezableCollection
            Microsoft.Expression.Controls.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

LayoutPathCollection Members
Microsoft.Expression.Controls Namespace