RelativePosition Class
Represents a position on the designer that remains independent of coordinate systems.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Public NotInheritable Class RelativePosition
'Usage
Dim instance As RelativePosition
public sealed class RelativePosition
public ref class RelativePosition sealed
public final class RelativePosition
Remarks
You can create a single relative position, or a composite relative position that consists of more than one position. For example, if you define a relative position named "top" and another named "left", you can combine the two by calling new RelativePosition(top, left). Doing so creates a new relative position that is the composite of the first two. The framework defines a set of common relative positions in the static RelativePositions class. You may create your own relative positions for your own needs.
Inheritance Hierarchy
System.Object
Microsoft.Windows.Design.Interaction.RelativePosition
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
Microsoft.Windows.Design.Interaction Namespace