RelativeValueCollection Class
Represents a collection of values that describe the placement of an item within a panel or container on the designer surface.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Public Class RelativeValueCollection _
Inherits Collection(Of RelativeValue)
'Usage
Dim instance As RelativeValueCollection
public class RelativeValueCollection : Collection<RelativeValue>
public ref class RelativeValueCollection : public Collection<RelativeValue>
public class RelativeValueCollection extends Collection<RelativeValue>
Remarks
RelativeValueCollection is used by PlacementAdapter to get and set placement values for moving and resizing controls.
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection<RelativeValue>
Microsoft.Windows.Design.Interaction.RelativeValueCollection
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
RelativeValueCollection Members
Microsoft.Windows.Design.Interaction Namespace